Get Test Results Summary
openl_get_test_results_summaryRetrieve concise test execution summaries with key statistics—execution time, total tests, passed, and failed—for a project. Get a high-level view of results without examining individual test cases.
Instructions
Get brief test execution summary without detailed test cases. Returns aggregated statistics (execution time, total tests, passed, failed) without the testCases array. Use openl_start_project_tests() first to start test execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unpaged | No | Return all results without pagination | |
| failures | No | Number of failed test units to include in the summary (default: 5, min: 1) | |
| projectId | Yes | Project ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting. | |
| failuresOnly | No | Include only failed tests. | |
| response_format | No | Response format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with context | json |