Skip to content

Instantly share code, notes, and snippets.

@linclark
Last active December 29, 2015 10:39
Show Gist options
  • Save linclark/7658124 to your computer and use it in GitHub Desktop.
Save linclark/7658124 to your computer and use it in GitHub Desktop.
Example .feature file
Feature: Drupal.org search
In order to find modules on Drupal.org
As a Drupal user
I need to be able to use Drupal.org search
@javascript
Scenario: Searching for "behat"
Given I go to "http://drupal.org"
When I search for "behat"
Then I should see "Behat Drupal Extension"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment