gherking
GherKing is a tool to make Gherkin smarter! It allows you to handle Cucumber/Gherkin feature files programmatically, in your JavaScript/TypeScript code.
Updated by @szikszail
gherkin-precompiler
deprecatedSimple pre-compiler for Gherkin feature files
Updated by @judit-nahaj
gpc-remove-duplicates
This GherKing Precompiler is responsible for having only a reasonable amount of tags and/or rows in each feature file.
Updated by @szikszail
gpc-for-loop
A precompiler of GherKing to loop scenarios and scenario outlines to repeat them.
Updated by @szikszail
gpc-scenario-numbering
This GherKing precompiler is responsible to add an index to all scenario and scenario outlines.
Updated by @monikalaszlo
gpc-scenario-outline-expander
This GherKing precompiler is responsible for converting Scenario Outlines to single Scenarios as Cucumber would do and adds the first column as a tag.
Updated by @szikszail
gpc-macro
This precompiler is responsible for defining macros in feature files and then executing them.
Updated by @szikszail
gpc-replacer
This GherKing Precompiler is responsible to replace keys in feature files with given values.
Updated by @szikszail
gpc-scenario-outline-numbering
This precompiler can add numbering column to Examples tables, and apply formatting to the name of the Scenario Outline.
Updated by @monikalaszlo
gpc-step-groups
The StepGroups precompiler is responsible for correcting the gherkin keywords of steps to make the tests more readable.
Updated by @rakur
gherkin-io
Tool to read/write GHerkin feature files and work with Gherking AST
Updated by @szikszail