@checkly/playwright-reporter 1.9.0 → 1.10.0-pre-4997747

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to `@checkly/playwright-reporter` will be documented in this
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
+ ## 1.10.0 (2026-04-07)
8
+
9
+ ### Added
10
+
11
+ - **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.
12
+
7
13
  ## 1.9.0 (2026-03-11)
8
14
 
9
15
  ### Improved