From c929a5944d0c3dedede156ef545ffc8217cf09a7 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 9 May 2013 16:00:50 +0200 Subject: [PATCH] Updated behat.yml to reflect changes in behat-extension module --- behat.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/behat.yml b/behat.yml index 295669d..8ec35fd 100644 --- a/behat.yml +++ b/behat.yml @@ -1,13 +1,9 @@ default: extensions: - SilverStripe\BehatExtension\Extension: - framework_path: framework - - Behat\MinkExtension\Extension: - # Adjust this to your own website URL. - # Uncomment, or set through environment variable: - # > export BEHAT_PARAMS="extensions[Behat\MinkExtension\Extension][base_url]=http://localhost/" + SilverStripe\BehatExtension\MinkExtension: + # Adjust "base_url" to your own website URL. + # Can be set via environment variables or _ss_environment.php/$_FILE_TO_URL_MAPPING as well. # # base_url: http://localhost/ @@ -17,4 +13,6 @@ default: javascript_session: selenium2 goutte: ~ selenium2: - browser: firefox \ No newline at end of file + browser: firefox + + SilverStripe\BehatExtension\Extension: ~ \ No newline at end of file