diff --git a/detect/testing/playwright-reporter-changelog.mdx b/detect/testing/playwright-reporter-changelog.mdx index eeb6134a..1a722f7c 100644 --- a/detect/testing/playwright-reporter-changelog.mdx +++ b/detect/testing/playwright-reporter-changelog.mdx @@ -13,6 +13,18 @@ Learn more about: ## Full release history + + **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. + + + + **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. + + **Added**