-
Notifications
You must be signed in to change notification settings - Fork 32
Linting test definitions #142
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem description
API definitions linting rules use Megalinter tool to configure workflows in Github.
It would be good to perform lint check also on test definitions that are mandatory work product of subprojects.
Possible evolution
For API test definitions (Gherkin files) gherkin-lint tool can be used with Megalinter:
https://megalinter.io/latest/descriptors/gherkin_gherkin_lint/
gherkin-lint can be easily added to the current Megalinter workflow.
Alternative solution
Other tools for linting Gherkin files with dedicated Github Actions.
Additional context
It needs to be investigated if specific rules can check the recommendations in API Testing Guidelines
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request