Get Test Results
get_test_resultsList the run history of a test suite: each execution with status, timing and pass/fail counts. Returns run ids — pass one to get_test_run for that run's cases, then get_test_result for one case. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of runs to skip (for pagination, default 0) | |
| take | No | Number of runs to return (default 20, max 100) | |
| testSuiteId | Yes | Public ID (GUID) of the test suite |