Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/.gitignore export-ignore
/CLAUDE.md export-ignore
/CONTRIBUTING.md export-ignore
/MIGRATION.md export-ignore
/behat.yml export-ignore
/docker-compose.yml export-ignore
/docs.php export-ignore
Expand Down
1 change: 0 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ Example: To skip `beforeScenario` hook from `ElementTrait`, add `@behat-steps-sk

## Documentation
- List of all available steps is produced from trait and method comments and exported into [STEPS.md](STEPS.md)
- Migration guide for upgrading from 2.x: [MIGRATION.md](MIGRATION.md)

### Updating Steps Documentation
The [STEPS.md](STEPS.md) documentation is automatically generated from the source code using the [docs.php](docs.php) file. After making changes to step definitions or adding new ones, you should regenerate the documentation:
Expand Down
Loading