diff --git a/behat.yml b/behat.yml new file mode 100644 index 0000000..295669d --- /dev/null +++ b/behat.yml @@ -0,0 +1,20 @@ +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/" + # + # base_url: http://localhost/ + + # TODO Dynamically set through LocatorProcessor + files_path: %behat.paths.base%/framework/tests/behat/features/files/ + default_session: selenium2 + javascript_session: selenium2 + goutte: ~ + selenium2: + browser: firefox \ No newline at end of file diff --git a/build.xml b/build.xml index 97bc703..6a818d4 100644 --- a/build.xml +++ b/build.xml @@ -268,7 +268,7 @@ Options: - + @@ -299,7 +299,7 @@ Options: - +