Skip to content

Commit

Permalink
Rearranged Behat config files setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed Feb 27, 2015
1 parent 9a3096b commit 8154dc8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
13 changes: 13 additions & 0 deletions tests/behat/behat.common.yml
@@ -0,0 +1,13 @@
default:
paths:
features: 'features'
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~
# base_url: http://${drupal.uri}
files_path: ../../
Drupal\DrupalExtension\Extension:
blackbox: ~
# drush:
# alias: self
8 changes: 3 additions & 5 deletions tests/behat/behat.template.yml
@@ -1,13 +1,11 @@
imports:
- behat.common.yml

default:
paths:
features: 'features'
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~
base_url: http://${drupal.uri}
files_path: ../../
Drupal\DrupalExtension\Extension:
blackbox: ~
drush:
alias: self
8 changes: 3 additions & 5 deletions tests/behat/behat.travis.yml
@@ -1,14 +1,12 @@
imports:
- behat.common.yml

default:
paths:
features: 'features'
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~
base_url: http://127.0.0.1:8888
files_path: ../../
Drupal\DrupalExtension\Extension:
blackbox: ~
drush:
alias: self
# This will be setup by .travis.yml like so:
Expand Down

0 comments on commit 8154dc8

Please sign in to comment.