The Replacer precompiler is responsible for exchanging predefined strings in the feature files. It inserts the provided text in the place held for them.
-
Updated
Jun 13, 2024 - Gherkin
The 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 is responsible for converting Scenario Outlines to single Scenarios as Cucumber would do and adds the first column as a tag.
The RemoveDuplicates precompiler is responsible for having only a reasonable amount of tags and/or rows in each feature file.
The 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)
The ScenarioNumbering precompiler is responsible for adding an index to all scenarios and scenario outlines.
Add a description, image, and links to the gherking topic page so that developers can more easily learn about it.
To associate your repository with the gherking topic, visit your repo's landing page and select "manage topics."