Skip to main content

Cucumber Feature Export

Updated over a week ago

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 .feature files

How the Export Is Generated

When a user selects Export to Cucumber Feature File from Vansah:

  1. Vansah retrieves the selected Test Cases

  2. Test Cases are grouped

  3. A Cucumber .feature file is generated using standard Gherkin syntax

  4. The generated file is made available for download through the UI

Did this answer your question?