Last active
December 29, 2015 10:39
-
-
Save linclark/7658124 to your computer and use it in GitHub Desktop.
Example .feature file
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: 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