Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
R2.0.0 S6
-
Description
Currently it is not possible to return a list of Test Runs for a Test Execution with all the information of Test Runs.
Basically, Xray needs to provide a method to join:
GET /rest/raven/1.0/api/testexec/{testExecKey}/test and GET /rest/raven/1.0/api/testrun/{id}/ GET /rest/raven/1.0/api/testexec/{testExecKey}/test should have a flag and when the flag is enabled the rest method will provide information about the Test Run example: GET /rest/raven/1.0/api/testexec/{testExecKey}/test?detailed=true