Skip to content

Commit

Permalink
0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Dec 2, 2024
1 parent 60d338f commit 2057873
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 39 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
82 changes: 46 additions & 36 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2ed",
"version": "0.19.1",
"version": "0.19.2",
"description": "E2E testing framework over Playwright",
"keywords": [
"E2E",
Expand Down

0 comments on commit 2057873

Please sign in to comment.