mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
Updated behat.yml to reflect changes in behat-extension module
This commit is contained in:
parent
08b3685927
commit
c929a5944d
14
behat.yml
14
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
|
||||
browser: firefox
|
||||
|
||||
SilverStripe\BehatExtension\Extension: ~
|
Loading…
x
Reference in New Issue
Block a user