openl Get Test Results Summary
openl_get_test_results_summaryRetrieve aggregated test execution statistics (total tests, passed, failed, time) without detailed test cases. Start project tests first.
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 |
|---|---|---|---|
| projectId | Yes | Project ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting. | |
| failures | Yes | Number of failed test units to include in the summary (default: 5, min: 1) | |
| unpaged | Yes | Return all results without pagination | |
| response_format | No | Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context | markdown |