Get Test Run Summary
get_test_run_summaryCalculate pass, failure, skip, timeout, and flaky-test metrics from an approved Playwright JSON report to provide a test run summary.
Instructions
Read an approved Playwright JSON report and calculate pass, failure, skip, timeout, and flaky-test metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportPath | Yes | Path to the report relative to the approved reports directory, such as json/playwright-results.json. |