Change the repository type filter
All
Repositories list
22 repositories
gherking
PublicGherKing is a tool to make Gherkin smarter! It allows you to handle Cucumber/Gherkin feature files programmatically, in your JavaScript/TypeScript code.gpc-template
Public templateTemplate for a GherKing precompilergherkin-io
PublicTool to read/write Gherkin feature files and to work with Gherkin-ASTgpc-for-loop
PublicA precompiler of GherKing to loop scenarios and scenario outlines to repeat them.gherking.github.io
Public.github
Publicgpc-test-data
PublicThis precompiler can load external data (JSON, CSV, or XLS/XLSX) into exmaples table.gherkin-formatter
PublicTool to format gherkin-ast model to gherkin stringgherkin-ast
PublicJS model for Gherkin feature files to build and work with feature files in your code, using an AST.gpc-macro
PublicThis precompiler is responsible for defining macros in feature files and then executing them.gpc-replacer
PublicThe Replacer precompiler is responsible for exchanging predefined strings in the feature files. It inserts the provided text in the place held for them.- This precompiler can add numbering column to Examples tables, and apply formatting to the name of the Scenario Outline.
gpc-remove-comments
PublicThis precompiler removes all or particular type of semantic comments from the feature file.gpc-scenario-numbering
PublicThe ScenarioNumbering precompiler is responsible for adding an index to all scenarios and scenario outlines.gpc-license
PublicThis precompiler can be used to inject License statement into the feature files.gpc-remove-duplicates
PublicThe RemoveDuplicates precompiler is responsible for having only a reasonable amount of tags and/or rows in each feature file.- This precompiler is responsible for converting Scenario Outlines to single Scenarios as Cucumber would do and adds the first column as a tag.
gpc-step-groups
PublicThe StepGroups precompiler is responsible for correcting the gherkin keywords of steps to make the tests more readable.gpc-filter
PublicThe Filter precompiler is responsible for including or excluding the elements of a feature file in the result, which match a cucumber-tag-expression (e.g., has a given tag, does not have a given tag)schemastore
Publicgherking-docs
Publicgherkin-assembler
Public