Export a BDD test case as a Gherkin feature file
GET/testcase/bdd-feature-file/:id
Synthesizes a Gherkin .feature file from a test case using the BDD template: the test case title becomes the feature name and the stored scenarios are emitted verbatim. A feature header already present in the scenarios is kept as-is.
Request
Responses
- 200
- 4XX
- 5XX
Returns 'FeatureFileResult'
The request failed because invalid request parameters or data were supplied or access was denied.
The request failed because an error occurred during processing of the request.