behave-framework/features/browser_demo.feature

25 lines
611 B
Gherkin
Raw Normal View History

Feature: Browser Demo
2024-07-23 14:00:35 +00:00
Scenario: Load test.io web page with chrome
Given I have a chrome driver
When I navigate to test.io
Then The page is displayed
Scenario: Load test.io web page with firefox
Given I have a firefox driver
When I navigate to test.io
Then The page is displayed
2024-07-23 18:38:29 +00:00
@mark.edge
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
2024-07-23 14:00:35 +00:00
@skip
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