Skip to content

Commit f80607e

Browse files
committed
0.20.2
1 parent 3c3f002 commit f80607e

6 files changed

Lines changed: 85 additions & 92 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.2](https://github.com/joomcode/e2ed/tree/v0.20.2) (2025-02-24)
4+
5+
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.1...v0.20.2)
6+
7+
- [fix: renew expected screenshot for internal test of `toMatchScreenshot`](https://github.com/joomcode/e2ed/commit/3c3f002c34d7e2fe670e745b7e5c8ad41aaad552) ([uid11](https://github.com/uid11))
8+
- [fix: tests in internal tests pack could failed on first retry](https://github.com/joomcode/e2ed/commit/2cf407e2207651bee66cb96fb4f777343bf3d247) ([uid11](https://github.com/uid11))
9+
- [Merge pull request #109 from joomcode/fix/screenshot-metadata](https://github.com/joomcode/e2ed/commit/9cd24093618b2a1e633631e43e937a7ea65e11f1) ([uid11](https://github.com/uid11))
10+
11+
fix: add more fields to screenshot metadata
12+
13+
- [chore: update devDependencies (`@types/node`, `prettier`)](https://github.com/joomcode/e2ed/commit/ade7d907c2e68e49aa408d761783ed7af171db9c) ([uid11](https://github.com/uid11))
14+
- [FI-1437 fix: add more fields to screenshot metadata](https://github.com/joomcode/e2ed/commit/666caf1855262ce75f203688be855d530e5a3f92) ([uid11](https://github.com/uid11))
15+
316
## [v0.20.1](https://github.com/joomcode/e2ed/tree/v0.20.1) (2025-02-20)
417

518
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.0...v0.20.1)
2.8 KB
Loading

docs/index.html

Lines changed: 69 additions & 89 deletions
Large diffs are not rendered by default.

docs/screenshots/screenshot.png

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

0 commit comments

Comments
 (0)