Sha256: 04cb35199ed0e70a05d5d98f595f33a41053c72cdcc45429e2cbbe9846fb9977

Contents?: true

Size: 441 Bytes

Versions: 4

Compression:

Stored size: 441 Bytes

Contents

<% if automation == 'selenium' && visual_automation == true %>
<%= ERB.new(File.read(File.expand_path('./partials/visual_login.tt', __dir__))).result(binding) %>
<% elsif automation == 'selenium' %>
<%= ERB.new(File.read(File.expand_path('./partials/selenium_login.tt', __dir__))).result(binding) %>
<% elsif automation == 'watir' %>
<%= ERB.new(File.read(File.expand_path('./partials/watir_login.tt', __dir__))).result(binding) %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby_raider-0.4.8 lib/generators/templates/automation/login_page.tt
ruby_raider-0.4.7 lib/generators/templates/automation/login_page.tt
ruby_raider-0.4.6 lib/generators/templates/automation/login_page.tt
ruby_raider-0.4.5 lib/generators/templates/automation/login_page.tt