Added default behat.yml

This commit is contained in:
Ingo Schommer 2012-11-15 17:57:58 +01:00
parent cb0726dae3
commit d16d6adeb3
2 changed files with 22 additions and 2 deletions

20
behat.yml Normal file
View File

@ -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

View File

@ -268,7 +268,7 @@ Options:
<exclude name="_ss_environment.php" />
<exclude name="*.tar.gz" />
<exclude name="*.zip" />
<exclude name="behat.yml" />
</fileset>
<fileset dir="${basedir}">
<include name="assets/Uploads" />
@ -299,7 +299,7 @@ Options:
<exclude name="_ss_environment.php" />
<exclude name="*.tar.gz" />
<exclude name="*.zip" />
<exclude name="behat.yml" />
<exclude name="cms/**" />
</fileset>
<fileset dir="${basedir}">