Skip to content

Commit 3f9569d

Browse files
gustavoliraclaude
andcommitted
chore: bump version to 1.1.39 and add changelog entry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9e471cd commit 3f9569d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.1.38] - Current
5+
## [1.1.39] - Current
6+
7+
### Added
8+
9+
- **E2E coverage collection auto-fixture**: New `_coverageCollector` automatic fixture collects Istanbul coverage (`window.__coverage__`) from the browser after each test and writes per-test JSON files to `<outputDir>/coverage/`. Enabled via `E2E_COLLECT_COVERAGE=1`. Zero overhead when disabled — no `page.evaluate` call or fs operations. Designed for use with instrumented dynamic plugin builds (nyc instrument).
10+
11+
## [1.1.38]
612

713
### Added
814

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/e2e-test-utils",
3-
"version": "1.1.38",
3+
"version": "1.1.39",
44
"description": "Test utilities for RHDH E2E tests",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)