Skip to content

Commit a3aa6c4

Browse files
committed
0.20.8
1 parent 542dece commit a3aa6c4

5 files changed

Lines changed: 137 additions & 50 deletions

File tree

CHANGELOG.md

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

3+
## [v0.20.8](https://github.com/joomcode/e2ed/tree/v0.20.8) (2025-04-08)
4+
5+
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.7...v0.20.8)
6+
7+
- [Merge pull request #115 from joomcode/feat/renew-html-report-base](https://github.com/joomcode/e2ed/commit/542dece9b6866542d80f38cdff1d240c35052442) ([uid11](https://github.com/uid11))
8+
9+
feat: handle uncaughtException/unhandledRejection global errors
10+
11+
- [chore: update `devDependencies` (TypeScript to 5.8.3, etc)](https://github.com/joomcode/e2ed/commit/4088b4f974b648f3ca22191a3a8ae6b557b4d9c4) ([uid11](https://github.com/uid11))
12+
13+
chore: update Playwright to 1.51.1
14+
15+
- [FI-1742 fix: restart of tests in UI-mode](https://github.com/joomcode/e2ed/commit/792008ee80b81d9fea0bbbc2cc852c58e33459fa) ([uid11](https://github.com/uid11))
16+
- [FI-1741 fix: separate `e2ed` debug and `nodejs` debug](https://github.com/joomcode/e2ed/commit/db9989c1c1b50cb4ce6724b8cf869c40641119ac) ([uid11](https://github.com/uid11))
17+
18+
fix: `testTimeout` and `testIdleTimeout` in debug mode
19+
20+
- [FI-1743 fix: all `expect` methods should return `Promise<void>`](https://github.com/joomcode/e2ed/commit/870aecd159968f6e375ce355fcb58171028b6a28) ([uid11](https://github.com/uid11))
21+
- [PRO-9847 fix: options of `waitForRequest`/`waitForResponse` actions](https://github.com/joomcode/e2ed/commit/7849902c04813464dc76f3b674bd9418d5bd9fba) ([uid11](https://github.com/uid11))
22+
23+
fix: skip `waitForRequest`/`waitForResponse` errors after end of test
24+
25+
fix: handle `uncaughtException`/`unhandledRejection` global errors
26+
27+
- [FI-1727 fix: render JSX to `SafeHtml`](https://github.com/joomcode/e2ed/commit/57865f1709b6ab28b9c3128ec983e7f29c66fdc1) ([uid11](https://github.com/uid11))
28+
- [FI-1727 feat: support JSX rendering for HTML report](https://github.com/joomcode/e2ed/commit/84f1c0cd3171f411211d610a337c90661380939e) ([uid11](https://github.com/uid11))
29+
- [fix: selector test after adding `Meta` in HTML report](https://github.com/joomcode/e2ed/commit/16601a8ddf4a499b7ab5b89ab097a9d6a0e1bf6c) ([uid11](https://github.com/uid11))
30+
331
## [v0.20.7](https://github.com/joomcode/e2ed/tree/v0.20.7) (2025-03-17)
432

533
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.6...v0.20.7)

0 commit comments

Comments
 (0)