Details
-
Performance Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
R3.0.0
-
Xray R3.2.0 S3
-
Description
The REST endpoint api/testexec (GET /rest/raven/1.0/api/testexec/{testExecKey}/test) may take too long to respond leading to time out issues for the users.
To improve this, a paginated version of this endpoint should be created to allow exporting the Test Execution's Test Runs in multiple smaller requests instead of using only one single large request.
- limit: Integer, max amount of Test Runs per paginated data (default: 10)
- page: Integer, page of paginated data (default: 1)