From 51d3ff4f4b6914998fd74fbd12b629777f0a39fb Mon Sep 17 00:00:00 2001 From: "checkly-release-bot[bot]" <2754512+checkly-release-bot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:09:02 +0000 Subject: [PATCH] docs: sync Playwright Reporter changelog v1.11.2 --- detect/testing/playwright-reporter-changelog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/detect/testing/playwright-reporter-changelog.mdx b/detect/testing/playwright-reporter-changelog.mdx index b0307afc..0edcaf50 100644 --- a/detect/testing/playwright-reporter-changelog.mdx +++ b/detect/testing/playwright-reporter-changelog.mdx @@ -17,7 +17,7 @@ Learn more about: **Improved** - **More reliable uploads for large test suites** — Large asset uploads are now more resilient, with automatic retries and fallback mechanisms. - - **Fixed EPIPE crashes** — Fixed unhandled EPIPE errors during large uploads. + - **Fixed EPIPE crashes** — Fixed unhandled EPIPE errors that could crash the process during large uploads. @@ -31,7 +31,7 @@ Learn more about: **Added** - - **Error grouping for reporter results** — Failed tests now automatically create error groups in Checkly, making it easier to identify and track recurring failures across runs. Errors are extracted from the Playwright report and grouped by similarity, matching the behavior of CLI-triggered runs. + - **Error grouping for reporter sessions** — Failed tests now automatically create error groups in Checkly, making it easier to identify and track recurring failures across runs. Errors are extracted from the Playwright report and grouped by similarity, matching the behavior of CLI-triggered runs.