mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MNT Update Behat config to support Symfony 4
This commit is contained in:
parent
7278c43267
commit
758e60c22f
@ -9,7 +9,7 @@ default:
|
||||
suites:
|
||||
framework:
|
||||
paths:
|
||||
- %paths.modules.admin%/tests/behat/features
|
||||
- '%paths.modules.admin%/tests/behat/features'
|
||||
contexts:
|
||||
- SilverStripe\Framework\Tests\Behaviour\FeatureContext
|
||||
- SilverStripe\Framework\Tests\Behaviour\CmsFormsContext
|
||||
@ -19,7 +19,7 @@ default:
|
||||
- SilverStripe\BehatExtension\Context\LoginContext
|
||||
-
|
||||
SilverStripe\BehatExtension\Context\FixtureContext:
|
||||
- %paths.modules.admin%/tests/behat/features/files/
|
||||
- '%paths.modules.admin%/tests/behat/features/files/'
|
||||
|
||||
extensions:
|
||||
SilverStripe\BehatExtension\MinkExtension:
|
||||
@ -30,5 +30,5 @@ default:
|
||||
wd_host: "http://127.0.0.1:9515" #chromedriver port
|
||||
|
||||
SilverStripe\BehatExtension\Extension:
|
||||
screenshot_path: %paths.base%/artifacts/screenshots
|
||||
screenshot_path: '%paths.base%/artifacts/screenshots'
|
||||
bootstrap_file: "tests/behat/serve-bootstrap.php"
|
Loading…
x
Reference in New Issue
Block a user