Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ default:
paths:
- vendor/wp-cli/wp-cli/features

# wp ability
wp-cli/ability-command:
contexts:
- WP_CLI\Tests\Context\FeatureContext
paths:
- vendor/wp-cli/ability-command/features

# wp block
wp-cli/block-command:
contexts:
- WP_CLI\Tests\Context\FeatureContext
paths:
- vendor/wp-cli/block-command/features

Comment thread
swissspidy marked this conversation as resolved.
# wp cache
wp-cli/cache-command:
contexts:
Expand Down
Loading