forked from pantheon-systems/wp-saml-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
25 lines (25 loc) · 847 Bytes
/
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
# behat.yml
default:
suites:
# The core tests make assumptions that no additional users have been created
# so they run before the default suite, which adds users.
core:
filters:
tags: "~@upstreamonly"
paths:
- vendor/pantheon-systems/pantheon-wordpress-upstream-tests/features
contexts:
- Behat\MinkExtension\Context\MinkContext
- PantheonSystems\WPSamlAuth\Behat\AdminLogIn
- PantheonSystems\PantheonWordPressUpstreamTests\Behat\ResponseHeader
default:
paths:
- tests/behat
contexts:
- Behat\MinkExtension\Context\MinkContext
- PantheonSystems\WPSamlAuth\Behat\AdminLogIn
- PantheonSystems\PantheonWordPressUpstreamTests\Behat\ResponseHeader
extensions:
Behat\MinkExtension:
# base_url set by ENV
goutte: ~