mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
15 lines
539 B
YAML
15 lines
539 B
YAML
# Behat integration test setup (see behat.org).
|
|
# More information about running these tests can be found under
|
|
# https://github.com/silverstripe-labs/silverstripe-behat-extension.
|
|
# It is safe to remove this file for normal website operation.
|
|
default:
|
|
suites: []
|
|
extensions:
|
|
SilverStripe\BehatExtension\MinkExtension:
|
|
default_session: selenium2
|
|
javascript_session: selenium2
|
|
selenium2:
|
|
browser: firefox
|
|
SilverStripe\BehatExtension\Extension:
|
|
screenshot_path: %paths.base%/artifacts/screenshots
|