From 4bf8f99b06c82ea609c2924e4e33fe08b00c405b Mon Sep 17 00:00:00 2001 From: uid11 Date: Tue, 24 Dec 2024 19:22:39 +0300 Subject: [PATCH] 0.19.6 --- CHANGELOG.md | 14 +++++++ docs/index.html | 98 +++++++++++++++++++++-------------------------- package-lock.json | 4 +- package.json | 2 +- 4 files changed, 61 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a55df92..72dc2f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v0.19.6](https://github.com/joomcode/e2ed/tree/v0.19.6) (2024-12-24) + +[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.19.5...v0.19.6) + +- [Merge pull request #100 from joomcode/chore/update-get-modules-graph](https://github.com/joomcode/e2ed/commit/15755da491f0137c40085457b2c62d9a53dfdb57) ([uid11](https://github.com/uid11)) + + chore: update `get-modules-graph` to 0.0.10 + +- [FI-970 chore: update `get-modules-graph` to 0.0.10](https://github.com/joomcode/e2ed/commit/13153aca56410258e1ca5e1d6f0ebc4d92b74d06) ([uid11](https://github.com/uid11)) + + chore: update Playwright to 1.49.1 + + chore: update `@types/node` + ## [v0.19.5](https://github.com/joomcode/e2ed/tree/v0.19.5) (2024-12-06) [Full Changelog](https://github.com/joomcode/e2ed/compare/v0.19.4...v0.19.5) diff --git a/docs/index.html b/docs/index.html index 29fdaf2b..73d6649b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1278,9 +1278,9 @@

Execution

Retry 1

- – - UTC - (29s 625ms) + – + UTC + (25s 61ms)

Retry 2

- – - UTC - (13s 252ms) + – + UTC + (278ms)

@@ -1464,6 +1454,6 @@

Retry 2

data-testid="column2" >

No test selected

- + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index eb693dc2..a5584cf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e2ed", - "version": "0.19.5", + "version": "0.19.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "e2ed", - "version": "0.19.5", + "version": "0.19.6", "license": "MIT", "dependencies": { "@playwright/test": "1.49.1", diff --git a/package.json b/package.json index 0761c5bc..a388df00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e2ed", - "version": "0.19.5", + "version": "0.19.6", "description": "E2E testing framework over Playwright", "keywords": [ "E2E",