Skip to content

Commit 36fa8ab

Browse files
committed
0.21.4
1 parent 62163fd commit 36fa8ab

File tree

5 files changed

+39
-17
lines changed

5 files changed

+39
-17
lines changed

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.21.4](https://github.com/joomcode/e2ed/tree/v0.21.4) (2026-01-20)
4+
5+
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.21.3...v0.21.4)
6+
7+
- [Merge pull request #127 from joomcode/fix/reload-page-timeout](https://github.com/joomcode/e2ed/commit/62163fd0cb80e59714785e0af6e237ff031a0602) ([uid11](https://github.com/uid11))
8+
9+
fix: reload page timeout
10+
11+
- [PRO-17102 feat: add screenshot dimensions to HTML report and logs](https://github.com/joomcode/e2ed/commit/7f6fca6c16c4ec6079fab8c066cbbbbfdf2d7e5a) ([uid11](https://github.com/uid11))
12+
- [PRO-17116 fix: use `navigationTimeout` for `reloadPage` action](https://github.com/joomcode/e2ed/commit/6b639184087ec8fa11ad72b51c27b4d0a4e91f52) ([uid11](https://github.com/uid11))
13+
314
## [v0.21.3](https://github.com/joomcode/e2ed/tree/v0.21.3) (2026-01-19)
415

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

docs/index.html

Lines changed: 25 additions & 14 deletions
Large diffs are not rendered by default.

docs/screenshots/screenshot.png

3 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.21.3",
3+
"version": "0.21.4",
44
"description": "E2E testing framework over Playwright",
55
"keywords": [
66
"E2E",

0 commit comments

Comments
 (0)