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
Problem description
While testing linting rules for Gherkin the following output was produced for NumberVerification_verify.feature
2 Multiple empty lines are not allowed no-multiple-empty-lines
19 Multiple empty lines are not allowed no-multiple-empty-lines
20 Multiple empty lines are not allowed no-multiple-empty-lines
42 Trailing spaces are not allowed no-trailing-spaces
52 Multiple empty lines are not allowed no-multiple-empty-lines
81 Multiple empty lines are not allowed no-multiple-empty-lines
160 Scenario name is already used in: NumberVerification_verify.feature:111 no-dupe-scenario-names
191 Trailing spaces are not allowed no-trailing-spaces
192 Multiple empty lines are not allowed no-multiple-empty-lines
For NumberVerification_device_phone_number_share.feature 2 Multiple empty lines are not allowed no-multiple-empty-lines
Expected behavior
The most of issues are related to formatting.
But the optional scenario title is indeed duplicated in lines 111 and 160.
It should be considered to change the filenames of test definitions to kebab-case.
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered:
Problem description
While testing linting rules for Gherkin the following output was produced for NumberVerification_verify.feature
For NumberVerification_device_phone_number_share.feature
2 Multiple empty lines are not allowed no-multiple-empty-lines
Expected behavior
The most of issues are related to formatting.
But the optional scenario title is indeed duplicated in lines 111 and 160.
It should be considered to change the filenames of test definitions to kebab-case.
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered: