Vansah allows BDD-style Test Cases to be exported as Cucumber .feature files, which can then be executed in external Cucumber-based automation frameworks.
The export ensures that BDD information defined in Vansah is converted into valid Gherkin syntax, making it compatible with standard Cucumber tooling.
What the Cucumber Export Does
The Cucumber export process:
Reads BDD-style Test Cases stored in Vansah
Maps Vansah BDD fields to standard Cucumber/Gherkin elements
Generates one or more valid
.featurefiles
How the Export Is Generated
When a user selects Export to Cucumber Feature File from Vansah:
Vansah retrieves the selected Test Cases
Test Cases are grouped
A Cucumber
.featurefile is generated using standard Gherkin syntaxThe generated file is made available for download through the UI

