Details
-
Performance Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
R3.1.2
-
None
-
None
Description
As a system, the REST API should return the list of Tests Runs associated with a Test Execution, Test or Filter paginated.
Endpoint:
GET rest/raven/1.0/api/testplan/{testplan-key}/test
To improve this, a paginated version of this endpoint should be created to allow getting the Tests within a Test Plan 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, the page of paginated data (default: 1)