mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Update for behat 3
This commit is contained in:
parent
63186c87fe
commit
df40d5f8c6
15
behat.yml
15
behat.yml
@ -3,21 +3,12 @@
|
||||
# https://github.com/silverstripe-labs/silverstripe-behat-extension.
|
||||
# It is safe to remove this file for normal website operation.
|
||||
default:
|
||||
filters:
|
||||
tags: "~@todo"
|
||||
formatter:
|
||||
name: pretty
|
||||
|
||||
suites: []
|
||||
extensions:
|
||||
|
||||
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/
|
||||
files_path: %behat.paths.base%/framework/tests/behat/features/files/
|
||||
default_session: selenium2
|
||||
javascript_session: selenium2
|
||||
selenium2:
|
||||
browser: firefox
|
||||
|
||||
SilverStripe\BehatExtension\Extension: ~
|
||||
SilverStripe\BehatExtension\Extension:
|
||||
screenshot_path: %paths.base%/artifacts/screenshots
|
||||
|
Loading…
Reference in New Issue
Block a user