This repository is a Behat formatter extension called "behat-format-progress-fail" that shows progress of test execution with failing scenarios at the end.
- Run tests:
composer test - Run code style checks and static analysis:
composer lint
src/DrevOps/BehatFormatProgressFail/FormatExtension.php: Main extension filesrc/DrevOps/BehatFormatProgressFail/Printer/PrinterProgressFail.php: Formatter implementationtests/behat/features: Behat tests
- This project follows Drupal coding standards
- Use
feature/<name>branches for PRs
For detailed maintenance information, including linting, testing, and configuration options, please refer to the README.md file.