@checkly/playwright-reporter 1.8.0-pre-1b41b84 → 1.9.0-pre-0982a72
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 +9 -1
- package/dist/index.js +1 -1
- package/dist/worker.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,13 @@ 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.
|
|
7
|
+
## 1.9.0 (2026-03-11)
|
|
8
|
+
|
|
9
|
+
### Improved
|
|
10
|
+
|
|
11
|
+
- **Faster secret scrubbing** — Trace scrubbing now runs in parallel across CPU cores and the scrubbing engine has been optimized to skip unnecessary work, making the reporter noticeably faster for test suites with traces enabled.
|
|
12
|
+
|
|
13
|
+
## 1.8.0 (2026-03-06)
|
|
8
14
|
|
|
9
15
|
### Breaking Changes
|
|
10
16
|
|
|
@@ -22,6 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
|
22
28
|
### Fixed
|
|
23
29
|
|
|
24
30
|
- **Compatibility with bundled environments** — Fixed an issue where the reporter could fail to load in certain CI or runner configurations due to module format mismatches.
|
|
31
|
+
- **JavaScript config annotation** — Fixed config annotation failing for JavaScript Playwright config files.
|
|
32
|
+
- **Trace extraction for non-browser tests** — Fixed console logs and network requests not being extracted from traces when the test doesn't open a browser context.
|
|
25
33
|
|
|
26
34
|
## 1.7.1 (2026-03-01)
|
|
27
35
|
|