Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Fixed
-
Xray Cloud - v4.12.1
-
None
-
Cloud
Description
Description
When a cucumber test scenario has comments like #this is a comment in it, when importing test results via API and trying to view the test run details in the UI we get an error:
Error in request
Unable to get data for test run with Test GNT-163 and Test Execution GNT-166
If the test is executed via UI we are able to view the test run without any issue.
Pre-conditions
- Have cucumber test with comments inside the scenario
How to reproduce
- Import results for said cucumber test via the API endpoint /import/execution/cucumber
Actual result/Attachments
The test execution is created, but we are unable to view the test run in the testing board
Expected result
We should be able to view the test run like we do when it's ran manually
Workaround
Run the test manually or delete the comments.