Summarize a Playwright test run
summarize_test_runParse Playwright JSON reporter output to obtain pass/fail/timeout/skipped/flaky counts, total duration, and detailed failure information for quick analysis.
Instructions
Parses Playwright's JSON reporter output and returns pass/fail/timeout/skipped/flaky counts, total duration, and full details on every failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportJson | Yes | The raw contents of a Playwright JSON reporter output file (results.json). |