execute_playwright_test
Run local Playwright E2E test suites on generated components and capture terminal logs, pass/fail results, and error screenshots.
Instructions
Run local Playwright E2E test suites on generated components. Captures terminal logs, test pass/fail results, and error screenshots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testPath | Yes | Path to test file or directory (relative to project root) | |
| headed | No | Run in headed mode for debugging (default: false) |