You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Cucumber Export Language

Language

Choose the language in which the automated Cucumber tests will be exported in. The default language is English.


Cucumber Export

Replace dash [ - ] with underscore [ _ ] when exporting issue keys as tags

When this option is enabled, the dashes in the issue keys included in the exported Cucumber feature files will be replaced by underscores. Enable this option if your testing framework does not support dashes in tags.

Generate features by requirements

When this option is enabled, one feature file will be generated for each requirement issue within the export context. Disabling this option will generate all tests in the same feature file, given that all tests also have the same background (pre-condition) or they have no background.

  • No labels