cucumber-junit5-framework/src/test/resources/cucumber/simple.feature

10 lines
318 B
Gherkin

Feature: Browser Demo
Scenario: Load test.io web page with chrome
Given I have a driver for "chrome"
When I navigate to test.io
Then The page is displayed
Scenario: Load test.io web page with firefox
Given I have a driver for "firefox"
When I navigate to test.io
Then The page is displayed