mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
34 lines
1.5 KiB
YAML
34 lines
1.5 KiB
YAML
# Run framework behat tests with this command (installed with silverstripe/installer)
|
|
# Note that framework behat tests require CMS module
|
|
# ========================================================================= #
|
|
# vendor/bin/selenium-server-standalone -Dwebdriver.firefox.bin="/Applications/Firefox31.app/Contents/MacOS/firefox-bin"
|
|
# vendor/bin/serve --bootstrap-file vendor/silverstripe/framework/tests/behat/serve-bootstrap.php
|
|
# vendor/bin/behat @framework
|
|
# ========================================================================= #
|
|
default:
|
|
suites:
|
|
framework:
|
|
paths:
|
|
- %paths.modules.framework%/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\BehatExtension\Context\LoginContext
|
|
-
|
|
SilverStripe\BehatExtension\Context\FixtureContext:
|
|
- %paths.modules.framework%/tests/behat/features/files/
|
|
|
|
extensions:
|
|
SilverStripe\BehatExtension\MinkExtension:
|
|
default_session: selenium2
|
|
javascript_session: selenium2
|
|
selenium2:
|
|
browser: firefox
|
|
|
|
SilverStripe\BehatExtension\Extension:
|
|
screenshot_path: %paths.base%/artifacts/screenshots
|
|
bootstrap_file: "tests/behat/serve-bootstrap.php"
|