get_launch_tests
Retrieve all tests from a launch with detailed results, including error messages, stack traces, and artifact downloads for failed tests. Filter by status, search, and paginate to locate and investigate failures.
Instructions
Get all tests from a specific launch/run with detailed results. Includes error messages and stack traces for failed tests. For each failed test that has artifacts, the response also includes an attachments array where each item is { id, name, contentType, size, url }. The url is a fully-qualified URL; if it is an API URL, fetch it with the same X-MCP-Key header you use for this MCP server (presigned storage URLs need no header) to download screenshots, traces, videos, and source files when investigating failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of tests to return | |
| offset | No | Pagination offset | |
| search | No | Search in test title path or file path | |
| launchId | Yes | Run/launch UUID to get tests from. Obtain from get_launches_statistics or get_launches_trends. | |
| statuses | No | Filter by test status (default: all statuses) | |
| includeErrors | No | Include error details for failed tests |