Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
XRAYCLOUD 2024 Sprint 4, XRAYCLOUD 2024 Sprint 5, XRAYCLOUD 2024 Sprint 6
-
Description
Description:
While importing Behave results, if the file has only one Test tag and background the imported result shows EXECUTING though the Tests are PASSED in the JSON.
How to reproduce
- API URL: https://xray.cloud.getxray.app/api/v1/import/execution/behave
- In the Behave JSON file use only one Test tag also include background.
- Import behave JSON Execution results.
Actual result/Attachments:
Test result is showing as EXECUTING
Expected result
Test result should be based on the status mentioned in JSON File.
NOTE: If the JSON file has background, results that are wrong, if the background is removed from the JSON the Test result status is working as expected.