From d4b192d21ebad1edda6950e41b5e65ff3e25d640 Mon Sep 17 00:00:00 2001
From: "checkly-release-bot[bot]"
<2754512+checkly-release-bot[bot]@users.noreply.github.com>
Date: Wed, 17 Jun 2026 15:19:53 +0000
Subject: [PATCH] docs: sync Playwright Reporter changelog v1.13.2
---
detect/testing/playwright-reporter-changelog.mdx | 12 ++++++++++++
1 file changed, 12 insertions(+)
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**