mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Added default behat.yml
This commit is contained in:
parent
cb0726dae3
commit
d16d6adeb3
20
behat.yml
Normal file
20
behat.yml
Normal 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
|
@ -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}">
|
||||
|
Loading…
Reference in New Issue
Block a user