From 37eb24c597bc3d107c225801f4a1279df81fa82a Mon Sep 17 00:00:00 2001 From: uid11 Date: Wed, 31 Jul 2024 02:40:32 +0300 Subject: [PATCH] 0.18.4 --- CHANGELOG.md | 14 ++++++++++++++ docs/index.html | 36 ++++++++++++++++++------------------ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 35 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb85694d..f3a7bbe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v0.18.4](https://github.com/joomcode/e2ed/tree/v0.18.4) (2024-07-30) + +[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.18.3...v0.18.4) + +- [Merge pull request #82 from joomcode/fix/state-of-full-mocks](https://github.com/joomcode/e2ed/commit/d18b79c3954ab7db6d682985f61034b30629047d) ([uid11](https://github.com/uid11)) + + fix: state of "full mocks" after first retry + +- [FI-1237 fix: state of "full mocks" after first retry](https://github.com/joomcode/e2ed/commit/a480d4ff3da5974a7d007161b2eb0008ed218ced) ([uid11](https://github.com/uid11)) + +- [Merge pull request #81 from joomcode/fix/use-one-start-e2ed-function](https://github.com/joomcode/e2ed/commit/a366f22e16aa81d38a3ed3e7100299755526b7e1) ([uid11](https://github.com/uid11)) + + fix: use one function for starting e2ed + ## [v0.18.3](https://github.com/joomcode/e2ed/tree/v0.18.3) (2024-07-29) [Full Changelog](https://github.com/joomcode/e2ed/compare/v0.18.2...v0.18.3) diff --git a/docs/index.html b/docs/index.html index 6f557151..d40a0fc0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1203,30 +1203,30 @@

Execution

Retry 1

- – - UTC - (18s 807ms) + – + UTC + (19s 190ms)

@@ -1349,6 +1349,6 @@

Retry 1

data-testid="app-column2" >

No test selected

- + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c41e7c09..88299deb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e2ed", - "version": "0.18.3", + "version": "0.18.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "e2ed", - "version": "0.18.3", + "version": "0.18.4", "license": "MIT", "dependencies": { "@playwright/test": "1.45.3", diff --git a/package.json b/package.json index b3cc1f8b..10128d3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e2ed", - "version": "0.18.3", + "version": "0.18.4", "description": "E2E testing framework over TestCafe", "keywords": [ "E2E",