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 ab4fffa..e635d1a 100644 --- a/build.xml +++ b/build.xml @@ -133,6 +133,27 @@ Options: + + + + + + + + + + + + + + + + + + + + @@ -247,7 +268,8 @@ Options: - + + @@ -278,7 +300,8 @@ Options: - + +