Skip to content

Releases: funkwerk/gherkin_lint

use_background does not trigger, if other scenarios are empty

30 Aug 14:17
Compare
Choose a tag to compare
0.4.4

use_background does not warn if other scenarios are empty

special handling for empty scenarios

30 Aug 14:13
Compare
Choose a tag to compare

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

11 Aug 00:52
Compare
Choose a tag to compare
0.4.1

released 0.4.1 after regression test

gherkin4 support

11 Aug 00:36
Compare
Choose a tag to compare

huge refactoring to support gherkin4

bugfix for outlines without examples

01 May 13:28
Compare
Choose a tag to compare

warnings, be declarative, tags on example level

01 May 13:14
Compare
Choose a tag to compare
  • 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

17 Apr 09:38
Compare
Choose a tag to compare

scripting in test cases is not allowed and should be avoided

Improved ReadME. Added Implementation for disable_tags.feature

28 Feb 13:23
Compare
Choose a tag to compare
0.1.1

Release 0.1.1; added missing files

disable checks within feature files

28 Feb 13:15
Compare
Choose a tag to compare

Disable checks for scenarios or features controlled by a @disable Tag.

Example:

@disableMissingFeatureName
Feature:

For Details check out the disable_tags.feature.