Sha256: 46e1e0fcacf9f63f09ff03e61935bfc6b277db00034787c759b0a3c2dbeb5084
Contents?: true
Size: 450 Bytes
Versions: 5
Compression:
Stored size: 450 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
5 entries across 5 versions & 1 rubygems