Get Test Results
get_test_resultsGet the test run history for a test suite. Shows past executions with their status and pass/fail counts. 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 |