Sha256: 5a87131c4874d1f14fc7163a27d9e8ddd9c9dfde26ffc25da2aecd02e4c6b084
Contents?: true
Size: 440 Bytes
Versions: 20
Compression:
Stored size: 440 Bytes
Contents
<% if %w[selenium watir].include? automation -%> Feature: Login Page Scenario: A user can login Given I'm a registered user on the login page When I login with my credentials Then I'm logged in <% else -%> Feature: Home Page Scenario: A user can go to the product details page Given I'm an anonymous user on the home page When I select one of the products Then I'm redirected to the product details page <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems