Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
4.2.5
-
None
-
None
Description
Create a public endpoint to return the Tests from a Test Execution, with the filter values set.
Consider the example below, for automation purpose:
1. Go to a Test Execution;
2. Filter Tests by Status and "contains text" -> this will reduce the number of Tests;
3. Through the HAR file, the request made is a simple /rest/raven/1.0/testexec/CALC-123/gettests
This endpoint does not include the filters applied and so, for automation purposes, it is not possible to retrieve only the filtered Tests.
Â