Sha256: c55efec70b3aeee30007647de10045391362b9378eaeaed0378b4284e12b3e0b

Contents?: true

Size: 293 Bytes

Versions: 46

Compression:

Stored size: 293 Bytes

Contents

<% case automation
 when 'selenium' %>
driver.save_screenshot("allure-results/screenshots/#{example_name}.png")
<% when 'watir' %>
browser.screenshot.save("allure-results/screenshots/#{example_name}.png")
<% else %>
driver.screenshot("allure-results/screenshots/#{example_name}.png")
<% end %>

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
ruby_raider-0.8.2 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.8.1 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.8.0 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.7.9 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.7.8 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.7.7 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.7.6 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.7.5 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.7.4 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.7.3 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.7.1 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.7.0 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.6.9 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.6.8 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.6.7 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.6.6 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.6.5 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.6.4 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.6.3 lib/generators/templates/helpers/partials/screenshot.tt
ruby_raider-0.6.2 lib/generators/templates/helpers/partials/screenshot.tt