Skip to content

Commit 4980a0c

Browse files
committed
0.20.12
1 parent 44fcee2 commit 4980a0c

4 files changed

Lines changed: 70 additions & 53 deletions

File tree

CHANGELOG.md

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

3+
## [v0.20.12](https://github.com/joomcode/e2ed/tree/v0.20.12) (2025-05-21)
4+
5+
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.11...v0.20.12)
6+
7+
- [Merge pull request #119 from joomcode/fix/runhash-report-error](https://github.com/joomcode/e2ed/commit/44fcee28cb51532b57cd0cdfdb344b062d3c8efe) ([uid11](https://github.com/uid11))
8+
9+
PRO-10170 fix: error with rendering tests with initial `runHash`
10+
11+
- [chore: update `devDependencies` (`types/node`)](https://github.com/joomcode/e2ed/commit/31696fa953fb9828b2e6a8831b05dc490d570024) ([uid11](https://github.com/uid11))
12+
- [PRO-10170 fix: error with rendering tests with initial `runHash`](https://github.com/joomcode/e2ed/commit/46df772c3ce7b8f0fb3b9f44ced949b820f5500a) ([uid11](https://github.com/uid11))
13+
14+
fix: catch errors from original `actualValue` in `expect`
15+
316
## [v0.20.11](https://github.com/joomcode/e2ed/tree/v0.20.11) (2025-05-20)
417

518
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.10...v0.20.11)

docs/index.html

Lines changed: 54 additions & 50 deletions
Large diffs are not rendered by default.

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

0 commit comments

Comments
 (0)