Skip to content

Commit 52c7c25

Browse files
committed
0.20.4
1 parent 4516510 commit 52c7c25

5 files changed

Lines changed: 80 additions & 81 deletions

File tree

CHANGELOG.md

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

3+
## [v0.20.4](https://github.com/joomcode/e2ed/tree/v0.20.4) (2025-03-04)
4+
5+
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.3...v0.20.4)
6+
7+
- [fix: run internal tests sequentially](https://github.com/joomcode/e2ed/commit/45165109d0d8563a07623c43682714fa4fa77aa3) ([uid11](https://github.com/uid11))
8+
- [Merge pull request #111 from joomcode/fix/color-in-errors-from-playwright](https://github.com/joomcode/e2ed/commit/15e76ecce0a7f685ef8f150d4470a941921a0502) ([uid11](https://github.com/uid11))
9+
10+
fix: show failed assert in HTML reports for all asserts
11+
12+
- [chore: update `devDependencies` (`prettier`, `typescript`, etc.)](https://github.com/joomcode/e2ed/commit/171b7327bca22df15f7d2a2c426a973c7b5139ab) ([uid11](https://github.com/uid11))
13+
- [FI-1716 fix: show failed assert in HTML reports for all asserts](https://github.com/joomcode/e2ed/commit/c36ea2e95d68b2c829ed573a9822c5d8edbd1ec1) ([uid11](https://github.com/uid11))
14+
15+
fix: show link to logs file in the end of tests run
16+
17+
fix: remove style symbols from Playwright error messages
18+
319
## [v0.20.3](https://github.com/joomcode/e2ed/tree/v0.20.3) (2025-02-26)
420

521
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.2...v0.20.3)

docs/index.html

Lines changed: 61 additions & 78 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.20.3",
3+
"version": "0.20.4",
44
"description": "E2E testing framework over Playwright",
55
"keywords": [
66
"E2E",

0 commit comments

Comments
 (0)