Skip to content

Commit 51e3d22

Browse files
committed
0.20.6
1 parent 4b8bb99 commit 51e3d22

5 files changed

Lines changed: 43 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v0.20.6](https://github.com/joomcode/e2ed/tree/v0.20.6) (2025-03-12)
4+
5+
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.5...v0.20.6)
6+
7+
- [Merge pull request #113 from joomcode/fix/merge-urls-in-api-statistics](https://github.com/joomcode/e2ed/commit/4b8bb99b2c800ad17850cfba380c0c77d0c6b86b) ([uid11](https://github.com/uid11))
8+
9+
fix: merge urls for API statistics
10+
11+
- [FI-1721 fix: save reports after errors in `doBeforePack`/`doAfterPack`](https://github.com/joomcode/e2ed/commit/6f6c8e0c72df36c2345524459413eeb614283189) ([uid11](https://github.com/uid11))
12+
- [FI-1635 fix: merge API requests by replacing `id` to asterisks](https://github.com/joomcode/e2ed/commit/35443ed964e517af3d969916d204d5bb37012716) ([uid11](https://github.com/uid11))
13+
314
## [v0.20.5](https://github.com/joomcode/e2ed/tree/v0.20.5) (2025-03-09)
415

516
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.4...v0.20.5)

docs/index.html

Lines changed: 29 additions & 24 deletions
Large diffs are not rendered by default.

docs/screenshots/screenshot.png

32 Bytes
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2ed",
3-
"version": "0.20.5",
3+
"version": "0.20.6",
44
"description": "E2E testing framework over Playwright",
55
"keywords": [
66
"E2E",

0 commit comments

Comments
 (0)