From 27bdfe5c8d18a15248cabc1c71afb5fed1333e39 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 3 Mar 2021 16:33:42 +0000 Subject: [PATCH] Update Behat configuration file --- behat.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/behat.yml b/behat.yml index 90494140..d6ee8622 100644 --- a/behat.yml +++ b/behat.yml @@ -1,4 +1,7 @@ default: - paths: - features: features - bootstrap: vendor/wp-cli/wp-cli-tests/features/bootstrap + suites: + default: + contexts: + - WP_CLI\Tests\Context\FeatureContext + paths: + - features