From 25b618611cadd519181df6d65f83bddd702e8141 Mon Sep 17 00:00:00 2001 From: uid11 Date: Mon, 26 Aug 2024 16:24:57 +0300 Subject: [PATCH] 0.18.10 --- CHANGELOG.md | 24 +++++++ docs/index.html | 171 +++++++++++++++++----------------------------- package-lock.json | 4 +- package.json | 2 +- 4 files changed, 89 insertions(+), 112 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96268d45..16d426a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [v0.18.10](https://github.com/joomcode/e2ed/tree/v0.18.10) (2024-08-26) + +[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.18.9...v0.18.10) + +- [Merge pull request #87 from joomcode/fix/mobile-emulation](https://github.com/joomcode/e2ed/commit/913dfecdb93369a2773d6d8856b58e65b2738a40) ([uid11](https://github.com/uid11)) + + fix: mobile emulation + +- [FI-1344 fix: add action `pause` instead of `debug`](https://github.com/joomcode/e2ed/commit/f15fb0b51b796a319050ca4acdf8dc6790ec0a10) ([uid11](https://github.com/uid11)) + + fix: `getBrowserConsoleMessages` action + + fix: `getBrowserJsErrors` action + + fix: clear page callbacks in the end ot the test + + chore: update devDependencies (`@types/node`, `husky`) + + fix: rename config property `browser` to `browserName` + + fix: add config property `deviceScaleFactor` + + fix: rename config property `overriddenUserAgent` to `userAgent` + ## [v0.18.9](https://github.com/joomcode/e2ed/tree/v0.18.9) (2024-08-20) [Full Changelog](https://github.com/joomcode/e2ed/compare/v0.18.8...v0.18.9) diff --git a/docs/index.html b/docs/index.html index a424dc18..36bde622 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1196,61 +1196,34 @@

Execution

data-testid="app-navigation-retries-button" data-test-disabled="false" data-test-retry="1" data-test-selected="false" >Retry 1 +data-testid="app-navigation-retries-button" data-test-disabled="false" data-test-retry="2" data-test-selected="true" +>Retry 2
-
+
- -
+
-

Retry 3

+

Retry 2

- – - UTC - (1s 724ms) + – + UTC + (5s 948ms)

@@ -1423,6 +1376,6 @@

Retry 3

data-testid="app-column2" >

No test selected

- + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5a07aa05..d5517cd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e2ed", - "version": "0.18.9", + "version": "0.18.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "e2ed", - "version": "0.18.9", + "version": "0.18.10", "license": "MIT", "dependencies": { "@playwright/test": "1.46.1", diff --git a/package.json b/package.json index 2e3bafd2..73873c88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e2ed", - "version": "0.18.9", + "version": "0.18.10", "description": "E2E testing framework over TestCafe", "keywords": [ "E2E",