Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Behat linting to our toolchain #91

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Conversation

Kingdutch
Copy link
Member

Cucumber Linter provides a package that can lint for certain patterns in Behat tests (such as proper indentation and order of arrange, act, and assert test stages. This ensures tests are written in a uniform manner making them easy for others to understand. Additionally duplication of test stages usually indicates a test should be split up.

[Cucumber Linter](github.com/Kingdutch/cucumber-linter) provides a
package that can lint for certain patterns in Behat tests (such as
proper indentation and order of `arrange`, `act`, and `assert` test
stages. This ensures tests are written in a uniform manner making them
easy for others to understand. Additionally duplication of test stages
usually indicates a test should be split up.
@Kingdutch Kingdutch added the enhancement New feature or request label Nov 27, 2023
@Kingdutch
Copy link
Member Author

Ronald agreed through Slack, and unfortunately CI is broken until 12.0.0 is released :(

@Kingdutch Kingdutch merged commit 82a6030 into main Nov 29, 2023
0 of 2 checks passed
@Kingdutch Kingdutch deleted the feature/behat-linting branch November 29, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

1 participant