Details
-
Suggestion
-
Status: Shipped
-
Resolution: Done
-
None
-
None
Description
As system, whenever importing Cucumber features through the REST API using a zipped file, Tests should be added/moved to folders in the Test Repository matching the original path they had in the source zip file.
Example: imagine a zipped file containing these files
- core/sum.feature
- UI/authentication/login.feature
All Scenario(s)/Scenario Outline(s) from sum.feature would be associated with the "/core" folder in the Test Repository.
All Scenario(s)/Scenario Outline(s) from login.feature would be associated with the "/UI/authentication" folder in the Test Repository.
Attachments
Issue Links
- relates to
-
XRAY-6243 As system, whenever importing TestNG results, Tests should be added to folders in the Test Repository
- Gathering Interest
-
XRAYCLOUD-3673 As system, whenever importing Cucumber features, Tests should be added to folders in the Test Repository
- New