2020-10-09 17:34:54 +00:00
|
|
|
Feature: Browser Demo
|
2020-10-10 18:04:35 +00:00
|
|
|
Scenario: Load test.io web page with chrome
|
2020-10-09 17:34:54 +00:00
|
|
|
Given I have a chrome driver
|
|
|
|
When I navigate to test.io
|
|
|
|
Then The page is displayed
|
2020-10-10 18:04:35 +00:00
|
|
|
|
|
|
|
Scenario: Load test.io web page with firefox
|
|
|
|
Given I have a firefox driver
|
|
|
|
When I navigate to test.io
|
2020-10-14 22:24:01 +00:00
|
|
|
Then The page is displayed
|
|
|
|
|
|
|
|
@skip
|
|
|
|
Scenario: Load test.io web page with edge
|
|
|
|
Given I have an edge driver
|
|
|
|
When I navigate to test.io
|
|
|
|
Then The page is displayed
|
|
|
|
|
|
|
|
Scenario: Load test.io web page with safari
|
|
|
|
Given I have a safari driver
|
|
|
|
When I navigate to test.io
|
|
|
|
Then The page is displayed
|
|
|
|
|