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

Commits on Nov 27, 2023

  1. Add Behat linting to our toolchain

    [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 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e8a7e11 View commit details
    Browse the repository at this point in the history