mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
default:
|
|
suites:
|
|
cms:
|
|
paths:
|
|
- "%paths.modules.cms%/tests/behat/features"
|
|
contexts:
|
|
- SilverStripe\Framework\Tests\Behaviour\FeatureContext
|
|
- SilverStripe\Framework\Tests\Behaviour\CmsFormsContext
|
|
- SilverStripe\Framework\Tests\Behaviour\CmsUiContext
|
|
- SilverStripe\BehatExtension\Context\BasicContext
|
|
- SilverStripe\BehatExtension\Context\EmailContext
|
|
- SilverStripe\CMS\Tests\Behaviour\LoginContext
|
|
- SilverStripe\CMS\Tests\Behaviour\ThemeContext
|
|
- SilverStripe\CMS\Tests\Behaviour\FixtureContext:
|
|
# Note: double indent for args is intentional
|
|
- "%paths.modules.cms%/tests/behat/features/files/"
|
|
|
|
extensions:
|
|
SilverStripe\BehatExtension\MinkExtension:
|
|
default_session: facebook_web_driver
|
|
javascript_session: facebook_web_driver
|
|
facebook_web_driver:
|
|
browser: chrome
|
|
wd_host: "http://127.0.0.1:9515" #chromedriver port
|
|
browser_name: chrome
|
|
|
|
SilverStripe\BehatExtension\Extension:
|
|
screenshot_path: "%paths.base%/artifacts/screenshots"
|
|
bootstrap_file: "tests/behat/serve-bootstrap.php"
|