Skip to content

Commit

Permalink
0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Nov 11, 2023
1 parent e8ee29e commit 9d10c04
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 30 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
63 changes: 36 additions & 27 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.15.6",
"version": "0.15.7",
"description": "E2E testing framework over TestCafe",
"keywords": [
"E2E",
Expand Down

0 comments on commit 9d10c04

Please sign in to comment.