1.1.0
Automated Playwright regression tests
Any bug report can now generate a Playwright test from its captured steps.

#Generate Playwright test
- In the debug panel, open the actions menu at the top of any report and choose Generate Playwright test.
- The spec is built from the captured session — the clicks, the typing, the page it happened on, and the element the reporter pinned — and walks the same path.
- Steps target the element that was reported, using the selector recorded in the capture. Pages with test ids are targeted by test id.
- The assertion covers what actually went wrong, so the test fails while the bug is there and passes once the fix lands.
- Copy the spec or download it as a file.
Specs are written by AI from the captured session. Read one before it goes into your suite — treat it as a first draft rather than finished work.
#Duplicate detection
- A new report that looks like an existing one is flagged to the reporter at the moment they submit.
- Opening a report shows the other reports that were folded into it.