Skip to content

Commit 11ac677

Browse files
committed
0.21.3
1 parent 10bf5a4 commit 11ac677

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

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

3+
## [v0.21.3](https://github.com/joomcode/e2ed/tree/v0.21.3) (2026-01-19)
4+
5+
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.21.2...v0.21.3)
6+
7+
- [Merge pull request #126 from joomcode/fix/use-lexical-call-stack-for-steps](https://github.com/joomcode/e2ed/commit/10bf5a49d27e8b43b12222301f675c9d7fd99a7e) ([uid11](https://github.com/uid11))
8+
9+
fix: use lexical call stack for steps
10+
11+
- [PRO-14812 fix: skipped tests should be failed in Playwright](https://github.com/joomcode/e2ed/commit/eadbfc4b8cee5a7c51a2a1ed08f208120d4c5ba2) ([uid11](https://github.com/uid11))
12+
- [PRO-16178 fix: use lexical steps stack via `AsyncLocalStorage`](https://github.com/joomcode/e2ed/commit/835a6908a261315914020da5cbeae194649b57b7) ([uid11](https://github.com/uid11))
13+
14+
fix: use separate log event for backend responses
15+
16+
- [PRO-16178 fix: support `expect` methods in grouping steps](https://github.com/joomcode/e2ed/commit/001c5ce6d7c474ee40da391cedad270c2cc8f670) ([uid11](https://github.com/uid11))
17+
318
## [v0.21.2](https://github.com/joomcode/e2ed/tree/v0.21.2) (2026-01-15)
419

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

docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/screenshots/screenshot.png

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

0 commit comments

Comments
 (0)