Skip to content

Commit

Permalink
0.18.10
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Aug 26, 2024
1 parent 913dfec commit 25b6186
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 112 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
171 changes: 62 additions & 109 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.18.9",
"version": "0.18.10",
"description": "E2E testing framework over TestCafe",
"keywords": [
"E2E",
Expand Down

0 comments on commit 25b6186

Please sign in to comment.