Skip to content

Instantly share code, notes, and snippets.

Feature: Google
In order to test a remote site
I surf to google
And take a look
Scenario: Trying Google
When I go to the homepage
And I fill in "Aslak Hellesoy" for the field named "q"
And I press "Google Search"
Then I should see "So little to do - so much time"
bin/cucumber --require features/ features/example-script.feature