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.