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

Create new checker for Standardize Gherkin Format in .feature Files #4

Open
dikako opened this issue Nov 6, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@dikako
Copy link
Owner

dikako commented Nov 6, 2024

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.

@dikako dikako added the enhancement New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant