diff --git a/CHANGELOG.md b/CHANGELOG.md index f042df29..ebf73edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [v0.15.7](https://github.com/joomcode/e2ed/tree/v0.15.7) (2023-11-11) + +[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.15.6...v0.15.7) + +- [Merge pull request #41 from joomcode/fix/error-in-interface-stabilization](https://github.com/joomcode/e2ed/commit/e8ee29e474d5a767e63e4d055257030d19a38f47) ([uid11](https://github.com/uid11)) + + fix: error in interface stabilization mechanism + +- [FI-1011 fix: error in interface stabilization mechanism](https://github.com/joomcode/e2ed/commit/e70c52278e8b2ef59c97ab17fd9c349d9cf761b3) ([uid11](https://github.com/uid11)) + + feat: add `getBrowserJsErrors` action + + tests: add tests on `getBrowserJsErrors` action + + feat: add `setPageElementsIgnoredOnInterfaceStabilization` action + + tests: add tests on `setPageElementsIgnoredOnInterfaceStabilization` action + + refactor: add `waitForInterfaceStabilization` block with `timeout` into pack config + + fix: regexp for removing console styles from string + ## [v0.15.6](https://github.com/joomcode/e2ed/tree/v0.15.6) (2023-11-10) [Full Changelog](https://github.com/joomcode/e2ed/compare/v0.15.5...v0.15.6) diff --git a/docs/index.html b/docs/index.html index 4f2ded46..fee5d728 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1172,82 +1172,91 @@

Execution

Retry 1

- – - UTC - (20s 225ms) + – + UTC + (21s 242ms)

@@ -1259,6 +1268,6 @@

Retry 1

id="e2edTestRunDetailsContainer" >

No test selected

- + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3c0bfdd1..eabce3c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e2ed", - "version": "0.15.6", + "version": "0.15.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e2ed", - "version": "0.15.6", + "version": "0.15.7", "license": "MIT", "dependencies": { "bin-v8-flags-filter": "1.2.0", diff --git a/package.json b/package.json index c1585f39..300b402c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e2ed", - "version": "0.15.6", + "version": "0.15.7", "description": "E2E testing framework over TestCafe", "keywords": [ "E2E",