Sha256: f8a518ded6db8ba7103c7cae243696e2b6c1f984cb71c8390a7d999b4f24705e

Contents?: true

Size: 376 Bytes

Versions: 3

Compression:

Stored size: 376 Bytes

Contents

<% case automation
 when 'selenium' %>
<%= ERB.new(File.read(File.expand_path('./partials/selenium_login.tt', __dir__))).result(binding) %>
<% when 'watir' %>
<%= ERB.new(File.read(File.expand_path('./partials/watir_login.tt', __dir__))).result(binding) %>
<% else %>
<%= ERB.new(File.read(File.expand_path('./partials/appium_login.tt', __dir__))).result(binding) %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby_raider-0.2.2 lib/generators/templates/automation/login_page.tt
ruby_raider-0.2.1 lib/generators/templates/automation/login_page.tt
ruby_raider-0.2.0 lib/generators/templates/automation/login_page.tt