Skip to content

Commit b85c79c

Browse files
committed
0.20.14
1 parent bb7ffa6 commit b85c79c

8 files changed

Lines changed: 416 additions & 68 deletions

CHANGELOG.md

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

3+
## [v0.20.14](https://github.com/joomcode/e2ed/tree/v0.20.14) (2025-08-29)
4+
5+
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.13...v0.20.14)
6+
7+
- [Merge pull request #121 from joomcode/feat/add-status-code-to-page](https://github.com/joomcode/e2ed/commit/bb7ffa632381c838c8e9f339da8a603706711f96) ([uid11](https://github.com/uid11))
8+
9+
feat: add `statusCode` property on pages
10+
11+
- [PRO-13077 feat: add `statusCode` property on pages](https://github.com/joomcode/e2ed/commit/9c1c50c9ea88d44111776c912188044c1b9d77a1) ([uid11](https://github.com/uid11))
12+
13+
chore: update Playwright to 1.55.0
14+
15+
chore: update devDependencies (TypeScript to 5.9.2)
16+
317
## [v0.20.13](https://github.com/joomcode/e2ed/tree/v0.20.13) (2025-06-30)
418

519
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.12...v0.20.13)

docs/index.html

Lines changed: 399 additions & 65 deletions
Large diffs are not rendered by default.
-77 Bytes
Loading
-77 Bytes
Loading
-77 Bytes
Loading

docs/screenshots/screenshot.png

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

0 commit comments

Comments
 (0)