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

10 lines
318 B
Gherkin
Raw Normal View History

2020-10-11 19:29:16 +00:00
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