Skip to content

Commit 38fe238

Browse files
committed
Adapt README partial
1 parent ed5ed1d commit 38fe238

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.readme-partials/USING.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@ To make use of the WP-CLI testing framework, you need to complete the following
3333
The timeout is expressed in seconds.
3434
3535
4. Optionally add a `behat.yml` file to the package root with the following content:
36-
```json
36+
```yaml
3737
default:
38-
paths:
39-
features: features
40-
bootstrap: vendor/wp-cli/wp-cli-tests/features/bootstrap
38+
suites:
39+
default:
40+
contexts:
41+
- WP_CLI\Tests\Context\FeatureContext
42+
paths:
43+
- features
4144
```
4245
This will make sure that the automated Behat system works across all platforms. This is needed on Windows.
4346

0 commit comments

Comments
 (0)