Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Xray DC 8.1.1
-
None
-
Data Center
Description
Description:
When importing JSON results via the Cucumber endpoint (.../rest/raven/2.0/import/execution/cucumber), the error_message argument passed in the results object is not displayed in the test run.
However, when importing the same file via the UI, the error message appears as expected.
Preconditions:
- Import the feature file provided in this ticket using the Cucumber test endpoint (.../rest/raven/2.0/import/feature?projectKey=).
- Create a test execution.
- Assign the correct issue keys in the result file for both the test execution and the test key from the imported feature.
Steps to Reproduce:
- Import the result file via API using the endpoint /rest/raven/2.0/import/execution/cucumber.
Actual Result / Attachments:
- The error message provided in the results file is not displayed in the test run.
Expected Result:
- The error message should be displayed in the test run as it is when imported via the UI.
Version:
8.1.1-j10
Workaround:
Import the results via the UI.