From 994aecb895acb80b004e89347dc5b718b5cbc15e Mon Sep 17 00:00:00 2001
From: "checkly-release-bot[bot]"
<2754512+checkly-release-bot[bot]@users.noreply.github.com>
Date: Fri, 12 Jun 2026 14:45:16 +0000
Subject: [PATCH] docs: sync Playwright Reporter changelog v1.13.1
---
detect/testing/playwright-reporter-changelog.mdx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/detect/testing/playwright-reporter-changelog.mdx b/detect/testing/playwright-reporter-changelog.mdx
index eeb6134a..c7d0b734 100644
--- a/detect/testing/playwright-reporter-changelog.mdx
+++ b/detect/testing/playwright-reporter-changelog.mdx
@@ -13,6 +13,12 @@ Learn more about:
## Full release history
+
+ **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**