diff --git a/behat.local.yml.example b/behat.local.yml.example new file mode 100644 index 0000000..3700f2b --- /dev/null +++ b/behat.local.yml.example @@ -0,0 +1,9 @@ +# Local configuration. +default: + context: + parameters: + wp_users: + editor-qa: + 'password for editor-qa' + another-user: + 'password for another-user' diff --git a/behat.yml b/behat.yml new file mode 100644 index 0000000..f5a1b09 --- /dev/null +++ b/behat.yml @@ -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