Skip to content
Merged
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
22 changes: 22 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -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/<name>` branches for PRs

## Maintenance
For detailed maintenance information, including linting, testing, and configuration options, please refer to the README.md file.