feature-file
There are 27 repositories under feature-file topic.
radish-bdd/radish
Behavior Driven Development tooling for Python. The root from red to green.
BakkappaN/SpecFlowBDDAutomationFramework
SpecFlow Selenium C# BDD Automation Framework from Scratch
shibapm/capriccio
Reads gherkin feature files and generates UI Tests
gherking/gherking
GherKing is a tool to make Gherkin smarter! It allows you to handle Cucumber/Gherkin feature files programmatically, in your JavaScript/TypeScript code.
clagomess/pirilampo
The open source living documentation generator of features files writen in Gherkin and Markdown support.
gherking/gherkin-formatter
Tool to format gherkin-ast model to gherkin string
famished-tiger/gherkin-highlighting
Syntax highlighting for Gherkin (.feature files) in Notepad++
gherking/gherkin-ast
JS model for Gherkin feature files to build and work with feature files in your code, using an AST.
gherking/gherkin-io
Tool to read/write Gherkin feature files and to work with Gherkin-AST
remarkablemark/cypress-cucumber-steps
🥒 Cypress Cucumber step definitions.
remarkablemark/cypress-cucumber-example
:cucumber: Cypress and Cucumber demo.
Crissov/otl
OpenType Layout features
gherking/gpc-for-loop
A precompiler of GherKing to loop scenarios and scenario outlines to repeat them.
gherking/gpc-remove-duplicates
The RemoveDuplicates precompiler is responsible for having only a reasonable amount of tags and/or rows in each feature file.
gherking/gpc-filter
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)
gherking/gpc-macro
This precompiler is responsible for defining macros in feature files and then executing them.
gherking/gpc-replacer
The Replacer precompiler is responsible for exchanging predefined strings in the feature files. It inserts the provided text in the place held for them.
gherking/gpc-scenario-outline-numbering
This precompiler can add numbering column to Examples tables, and apply formatting to the name of the Scenario Outline.
gherking/gpc-step-groups
The StepGroups precompiler is responsible for correcting the gherkin keywords of steps to make the tests more readable.
gherking/gpc-test-data
This precompiler can load external data (JSON, CSV, or XLS/XLSX) into exmaples table.
StormChild/behave
Behaviour Driven Development - Project Management and Tracking integration
ashutoshsahoo/gs-spring-boot-cucumber
Run cucumber integration tests in spring boot application
gherking/gpc-license
This precompiler can be used to inject License statement into the feature files.
gherking/gpc-remove-comments
This precompiler removes all or particular type of semantic comments from the feature file.
gherking/gpc-scenario-numbering
The ScenarioNumbering precompiler is responsible for adding an index to all scenarios and scenario outlines.
gherking/gpc-scenario-outline-expander
This precompiler is responsible for converting Scenario Outlines to single Scenarios as Cucumber would do and adds the first column as a tag.
gherking/gpc-template
Template for a GherKing precompiler