no-response-mate / override-steps-extension
Automatically overrides duplicated steps based on context placement within suites
0.1
2024-07-29 14:32 UTC
Requires
- php: ^7.4 || ^8.0
- behat/behat: ^3.4 || ^4.0
Requires (Dev)
- phpstan/phpstan: ^1.11
- symfony/process: ^4.4 || ^5.0 || ^6.0
README
Allows ignoring duplicated steps within suite contexts by overriding them based on the contexts order.
Usage
-
Install it:
$ composer require no-response-mate/override-steps --dev
-
Enable it in your Behat configuration:
# behat.yml default: # ... extensions: NoResponseMate\OverrideStepsExtension: ~