You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To maintain consistency and readability in our .feature files, we need a tool that can enforce standardized Gherkin formatting, including indentation, spacing, and tag structure. This tool should include a checker that reviews .feature files for compliance with our formatting standards, ensuring all files meet the necessary requirements.
Acceptance Criteria:
Tool is able to identify and flag non-compliant formatting (e.g., incorrect indentation, inconsistent spacing).
A clear report is generated for any detected formatting issues.
The tool can be run manually or as part of our CI pipeline to enforce standards automatically.
This will help us improve the quality and maintainability of our Gherkin files across the project.
The text was updated successfully, but these errors were encountered:
To maintain consistency and readability in our .feature files, we need a tool that can enforce standardized Gherkin formatting, including indentation, spacing, and tag structure. This tool should include a checker that reviews .feature files for compliance with our formatting standards, ensuring all files meet the necessary requirements.
Acceptance Criteria:
Tool is able to identify and flag non-compliant formatting (e.g., incorrect indentation, inconsistent spacing).
A clear report is generated for any detected formatting issues.
The tool can be run manually or as part of our CI pipeline to enforce standards automatically.
This will help us improve the quality and maintainability of our Gherkin files across the project.
The text was updated successfully, but these errors were encountered: