mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 17:05:44 +02:00
30 lines
1.2 KiB
YAML
30 lines
1.2 KiB
YAML
|
default:
|
||
|
suites:
|
||
|
externallinks:
|
||
|
paths:
|
||
|
- "%paths.modules.externallinks%/tests/behat/features"
|
||
|
contexts:
|
||
|
- SilverStripe\Admin\Tests\Behat\Context\AdminContext
|
||
|
- SilverStripe\BehatExtension\Context\BasicContext
|
||
|
- SilverStripe\BehatExtension\Context\EmailContext
|
||
|
- SilverStripe\BehatExtension\Context\LoginContext
|
||
|
- SilverStripe\Framework\Tests\Behaviour\CmsFormsContext
|
||
|
- SilverStripe\Framework\Tests\Behaviour\CmsUiContext
|
||
|
- SilverStripe\ExternalLinks\Tests\Behat\Context\FeatureContext
|
||
|
- SilverStripe\ExternalLinks\Tests\Behat\Context\FixtureContext
|
||
|
-
|
||
|
SilverStripe\ExternalLinks\Tests\Behat\Context\FixtureContext:
|
||
|
- "%paths.modules.externallinks%/tests/behat/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"
|
||
|
|
||
|
SilverStripe\BehatExtension\Extension:
|
||
|
screenshot_path: "%paths.base%/artifacts/screenshots"
|
||
|
bootstrap_file: vendor/silverstripe/framework/tests/behat/serve-bootstrap.php
|