forked from silverstripe/silverstripe-versioned-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
36 lines (36 loc) · 1.58 KB
/
behat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Run versioned-admin behat tests with this command
# Note that versioned-admin behat tests require CMS module
# ========================================================================= #
# chromedriver
# vendor/bin/behat @versioned-admin
# ========================================================================= #
default:
suites:
versioned-admin:
paths:
- %paths.modules.versioned-admin%/tests/Behat/features
contexts:
- SilverStripe\VersionedAdmin\Tests\Behat\Context\FeatureContext
- SilverStripe\Framework\Tests\Behaviour\CmsFormsContext
- SilverStripe\Framework\Tests\Behaviour\CmsUiContext
- SilverStripe\BehatExtension\Context\BasicContext
- SilverStripe\BehatExtension\Context\EmailContext
- SilverStripe\BehatExtension\Context\LoginContext
-
SilverStripe\VersionedAdmin\Tests\Behat\Context\FixtureContext:
- %paths.modules.versioned-admin%/tests/behat/files/
-
SilverStripe\Framework\Tests\Behaviour\ConfigContext:
- %paths.modules.versioned-admin%/tests/Behat/config
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:
bootstrap_file: vendor/silverstripe/cms/tests/behat/serve-bootstrap.php
screenshot_path: %paths.base%/artifacts/screenshots
retry_seconds: 4 # default is 2