Skip to content

Instantly share code, notes, and snippets.

@stevector
Last active April 15, 2017 19:20
Show Gist options
  • Save stevector/25bf0aa7608b3f0ca0d06cdd1514476d to your computer and use it in GitHub Desktop.
Save stevector/25bf0aa7608b3f0ca0d06cdd1514476d to your computer and use it in GitHub Desktop.
Code Samples for Bending Behat's Benefits
# 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