Skip to content

Commit

Permalink
Add behat.yml and behat.local.yml.sample
Browse files Browse the repository at this point in the history
* Configure Behat & Mink with default profile
* Use Goutte and Selenium browser drivers
* Test against test-withrobots.pantheon.io
* Copy behat.local.yml.sample to behat.local.yml and
add posswords outside of Git version control
  • Loading branch information
ari-gold committed Mar 5, 2015
1 parent 96c7431 commit 35063b6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions behat.local.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Local configuration.
default:
context:
parameters:
wp_users:
editor-qa:
'password for editor-qa'
another-user:
'password for another-user'
12 changes: 12 additions & 0 deletions behat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# behat.yml
default:
extensions:
Behat\MinkExtension\Extension:
base_url: http://test-withrobots.pantheon.io
goutte: ~
selenium2: ~
show_cmd: "/Applications/Firefox.app/Contents/MacOS/firefox %s"


imports:
- behat.local.yml

0 comments on commit 35063b6

Please sign in to comment.