2017-09-11 07:53:59 +02:00
|
|
|
default:
|
|
|
|
suites:
|
|
|
|
contentreview:
|
|
|
|
paths:
|
2020-12-15 01:54:35 +01:00
|
|
|
- '%paths.modules.contentreview%/tests/behat/features'
|
2017-09-11 07:53:59 +02:00
|
|
|
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
|
2020-12-15 01:54:35 +01:00
|
|
|
- '%paths.modules.contentreview%/tests/behat/features/files/'
|
2017-09-11 07:53:59 +02:00
|
|
|
|
|
|
|
extensions:
|
|
|
|
SilverStripe\BehatExtension\MinkExtension:
|
2020-12-15 01:54:35 +01:00
|
|
|
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
|
|
|
|
|
2017-09-11 07:53:59 +02:00
|
|
|
SilverStripe\BehatExtension\Extension:
|
2020-12-15 01:54:35 +01:00
|
|
|
screenshot_path: '%paths.base%/artifacts/screenshots'
|
2017-10-04 23:07:54 +02:00
|
|
|
bootstrap_file: "vendor/silverstripe/cms/tests/behat/serve-bootstrap.php"
|