Created
February 26, 2018 16:38
-
-
Save danielkocot/d2e3d20fb7e22624c25090d8d4ae7b02 to your computer and use it in GitHub Desktop.
Gherkin example
This file contains hidden or 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: Search | |
Scenario: Simple Search | |
Given a web browser is on the Google page | |
When the search phrase "codecentric" is entered | |
Then results for "codecentric" are shown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment