Generate Playwright test from report
test_gen_from_reportConvert a classified bug report into a Playwright regression test and open a draft GitHub PR to lock in the fix.
Instructions
Generate a Playwright regression test from a classified report using your project LLM key, then open a draft GitHub PR with the spec. Requires the inventory_v2 plan plus GitHub and LLM keys configured. Returns { qaStoryId, prUrl }. Write; consumes LLM budget; NOT idempotent — each call opens a new PR. Use to lock in a regression as an E2E test; use generate_tdd_from_story to build a test from a mapped user story instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | Report UUID to turn into a Playwright PR | |
| projectId | No | Project UUID — defaults to configured project |