diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..d722278 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,22 @@ +# Claude Configuration + +## Project Overview +This repository is a Behat formatter extension called "behat-format-progress-fail" that shows progress of test execution with failing scenarios at the end. + +## Important Commands +- Run tests: `composer test` +- Run code style checks and static analysis: `composer lint` + +## Code Structure +- `src/DrevOps/BehatFormatProgressFail/FormatExtension.php`: Main extension file +- `src/DrevOps/BehatFormatProgressFail/Printer/PrinterProgressFail.php`: Formatter implementation +- `tests/behat/features`: Behat tests + +## Coding Standards +- This project follows Drupal coding standards + +## Workflow +- Use `feature/` branches for PRs + +## Maintenance +For detailed maintenance information, including linting, testing, and configuration options, please refer to the README.md file. \ No newline at end of file