Last active
April 15, 2017 19:20
-
-
Save stevector/25bf0aa7608b3f0ca0d06cdd1514476d to your computer and use it in GitHub Desktop.
Code Samples for Bending Behat's Benefits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Adapted from https://github.com/pantheon-systems/wp-redis/blob/v0.6.1/behat.yml | |
default: | |
suites: | |
default: | |
paths: | |
- tests/behat | |
contexts: | |
- Behat\MinkExtension\Context\MinkContext | |
- PantheonSystems\PantheonWordPressUpstreamTests\Behat\AdminLogIn | |
core: | |
filters: | |
tags: "~@upstreamonly" | |
paths: | |
- vendor/pantheon-systems/pantheon-wordpress-upstream-tests/features | |
contexts: | |
- Behat\MinkExtension\Context\MinkContext | |
- PantheonSystems\PantheonWordPressUpstreamTests\Behat\AdminLogIn | |
- PantheonSystems\PantheonWordPressUpstreamTests\Behat\ResponseHeader | |
extensions: | |
Behat\MinkExtension: | |
# base_url set by ENV | |
goutte: ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment