Skip to content

Instantly share code, notes, and snippets.

@a-chernykh
Created September 8, 2016 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-chernykh/5ce3dbe0e9f42b8ad305c671d49fc99c to your computer and use it in GitHub Desktop.
Save a-chernykh/5ce3dbe0e9f42b8ad305c671d49fc99c to your computer and use it in GitHub Desktop.
How to test a website blog post
Feature: Search
Scenario: Search for "apple"
Given I am on the front page
When I search for "apple"
Then I should see "apple.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment