Sha256: 23b5116ccb8e4cad9442f50c4e0ce24d2c9cb057560dfb628294a6e4bf700a06
Contents?: true
Size: 449 Bytes
Versions: 26
Compression:
Stored size: 449 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 can see the main page <% 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
26 entries across 26 versions & 1 rubygems