Sha256: 1c8278e62529f7caf65af121e78ee22e898abb84cada861aa6b29559806e7b54
Contents?: true
Size: 380 Bytes
Versions: 18
Compression:
Stored size: 380 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
18 entries across 18 versions & 1 rubygems