Example of google tests from https://github.com/ddikman/cucumber-web-tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Google Search | |
Scenario: Searching a term will generate results | |
Given the user is on google top page | |
When searching for "greycastle ab software" | |
Then the first match is "Greycastle - Greycastle" | |
Scenario: The lucky feature will navigate straight to the first match | |
Given the user is on google top page | |
When entering "greycastle ab software" | |
And tapping I'm lucky | |
Then navigates to "https://www.greycastle.se" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment