diff --git a/CHANGELOG.md b/CHANGELOG.md index f6966394..84d35d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [v0.19.2](https://github.com/joomcode/e2ed/tree/v0.19.2) (2024-12-02) + +[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.19.1...v0.19.2) + +- [Merge pull request #96 from joomcode/fix/waitForAllRequestsComplete-rerequests](https://github.com/joomcode/e2ed/commit/60d338f30418b55a8f364ebeeae5e06d7e178b5f) ([uid11](https://github.com/uid11)) + + fix: ingore re-requests with the same urls + +- [FI-1557 fix: ingore all re-requests when `waitForAllRequestsComplete`](https://github.com/joomcode/e2ed/commit/18553b3f539aa362fa0d924fd821ba9518ee7aa5) ([uid11](https://github.com/uid11)) + + tests: add tests of types for `mockWebSocketRoute` + + tests: add tests for `mockWebSocketRoute` + + fix: protocol in `WebSocketRoute.getUrl` method + + fix: types of request and response for `mockWebSocketRoute` + + fix: context in `onMessage` handler for `mockWebSocketRoute` + ## [v0.19.1](https://github.com/joomcode/e2ed/tree/v0.19.1) (2024-11-28) [Full Changelog](https://github.com/joomcode/e2ed/compare/v0.19.0...v0.19.1) diff --git a/docs/index.html b/docs/index.html index e2f455d2..ad964f80 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1278,14 +1278,14 @@

Execution

Retry 1

- – - UTC - (23s 356ms) + – + UTC + (24s 729ms)

Retry 2

- – - UTC - (304ms) + – + UTC + (296ms)

@@ -1444,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 3c161a8a..73225769 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e2ed", - "version": "0.19.1", + "version": "0.19.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "e2ed", - "version": "0.19.1", + "version": "0.19.2", "license": "MIT", "dependencies": { "@playwright/test": "1.49.0", diff --git a/package.json b/package.json index 630a5a6c..8cadc4b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e2ed", - "version": "0.19.1", + "version": "0.19.2", "description": "E2E testing framework over Playwright", "keywords": [ "E2E",