Releases: funkwerk/gherkin_lint
Releases · funkwerk/gherkin_lint
use_background does not trigger, if other scenarios are empty
0.4.4 use_background does not warn if other scenarios are empty
special handling for empty scenarios
due to the changes introduced by gherkin4, empty scenario handling has been wrong.
Now there are test cases for this and the bugs are solved.
Broken Checks were:
- UseOutline
- Missing Verification
- Missing Test Action
regression test with gherkin4
0.4.1 released 0.4.1 after regression test
gherkin4 support
huge refactoring to support gherkin4
bugfix for outlines without examples
0.3.1 rubocop
warnings, be declarative, tags on example level
- introduced warnings; issues that alert, but do not influence return code
- added 'be declarative' rule to check that each step contains a verb
- tags on example level are not checked
- example names are just necessary if there is more than one example
avoid scripting
scripting in test cases is not allowed and should be avoided
Improved ReadME. Added Implementation for disable_tags.feature
0.1.1 Release 0.1.1; added missing files
disable checks within feature files
Disable checks for scenarios or features controlled by a @disable Tag.
Example:
@disableMissingFeatureName
Feature:
For Details check out the disable_tags.feature.