@checkly/playwright-reporter 1.10.0 → 1.11.0
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 +8 -0
- package/dist/index.js +1 -1
- package/dist/worker.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ 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.11.0 (2026-04-23)
|
|
8
|
+
|
|
9
|
+
### Improved
|
|
10
|
+
|
|
11
|
+
- **Smaller uploads with smart compression** — Text-based files in the report archive (JSON report, logs, text attachments) are now DEFLATE-compressed, significantly reducing upload size.
|
|
12
|
+
- **Reliable uploads for large test suites** — Added support for reporter sessions with large assets.
|
|
13
|
+
- **Better error reporting for failed uploads** — When an asset upload fails due to size limits, the error is now clearly surfaced in the Checkly UI with actionable troubleshooting suggestions instead of showing a blank test session.
|
|
14
|
+
|
|
7
15
|
## 1.10.0 (2026-04-07)
|
|
8
16
|
|
|
9
17
|
### Added
|