get_failed_tests
Extract all failed tests from a Playwright JSON report to identify test failures and debug issues.
Instructions
Get failed tests from a Playwright JSON report
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_path | Yes | Absolute path to Playwright JSON report file e.g. /project/test-results/results.json |