Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions detect/testing/playwright-reporter-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ Learn more about:

## Full release history

<Update label="v1.13.2" tags={["June 2026"]}>
**Fixed**

- **Traces and attachments with a custom `outputDir`** — Fixed a regression in 1.13.1 where traces, videos, and screenshots stored under a custom Playwright `outputDir` could be listed but not opened, leaving View Trace greyed out in test sessions.
</Update>

<Update label="v1.13.1" tags={["June 2026"]}>
**Fixed**

- **Attachments with a custom `outputDir`** — Traces and other attachments stored under a custom Playwright `outputDir` were not linked in test sessions, leaving View Trace greyed out.
</Update>

<Update label="v1.13.0" tags={["May 2026"]}>
**Added**

Expand Down
Loading