Details
-
Suggestion
-
Status: Shipped
-
Resolution: Fixed
-
None
-
None
Description
On Xray miscellaneous settings, under "Cucumber Export", and after "Generate features by requirements" a new option must exist allowing an admin to choose which should be the name of the Feature element in the .feature file.
@XT-8892 Feature: <Configurable_name> Scenario: CLONE - asd Given I have entered 2 into the calculator And I have entered 2 into the calculator When I press <button> Then the result should be <output> on the screen Examples: adding examples |button|output| |add | 4| Examples: multiplication examoles |button|output| |mul | 4| |mul | 40 |
The options available are:
- Requirement summary (default)
- Requirement key
- Test(s) Key(s)
- Test(s) Summaries.
Whenever exporting Cucumber features, the Feature element must be generated taking into account the selected option.
Attachments
Issue Links
- relates to
-
XRAY-5611 whenever exporting Cucumber features, the Feature element must always have a definition
- Closed