Last active
December 22, 2015 01:28
-
-
Save agentolivia/6396083 to your computer and use it in GitHub Desktop.
my behat.yml
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: | |
@api | |
Scenario: Create a node | |
Given I am on the homepage | |
And I am logged in as a user with the "administrator" role | |
When I am viewing an "article" node with the title "My article" | |
Then I should see the heading "My article" |
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
default: | |
paths: | |
features: 'features' | |
extensions: | |
Behat\MinkExtension\Extension: | |
goutte: ~ | |
selenium2: ~ | |
show_cmd: '/Applications/Firefox.app/Contents/MacOS/firefox %s' | |
base_url: http://localhost:8888/ambersandbox | |
Drupal\DrupalExtension\Extension: | |
blackbox: ~ | |
api_driver: 'drupal' | |
drush: | |
alias: 'local' | |
drupal: | |
drupal_root: '/Applications/MAMP/htdocs/ambersandbox' | |
region_map: | |
footer: "#footer" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment