Skip to content

Commit

Permalink
0.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Aug 7, 2024
1 parent 96683c8 commit b19174b
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 86 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.18.7](https://github.com/joomcode/e2ed/tree/v0.18.7) (2024-08-07)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.18.6...v0.18.7)

- [Merge pull request #85 from joomcode/fix/status-of-local-e2ed-run](https://github.com/joomcode/e2ed/commit/96683c88e32705d42d691c822bcc6c25ab434a08) ([uid11](https://github.com/uid11))

fix: status of local e2ed run

- [FI-1237 fix: status of local e2ed run](https://github.com/joomcode/e2ed/commit/64df23553466b76ddfe78efbded8ebdaeee1dc51) ([uid11](https://github.com/uid11))

fix: remove `bin-v8-flags-filter` package

fix: respect `expect` and `global` timeouts in config

fix: error in internal `selectorCustomMethods` test

chore: update version of node in GitHub Actions

fix: add logs to `setHeadersAndNavigateToUrl` action

fix: urls of screenshots in HTML report

## [v0.18.6](https://github.com/joomcode/e2ed/tree/v0.18.6) (2024-08-06)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.18.5...v0.18.6)
Expand Down
126 changes: 43 additions & 83 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.6",
"version": "0.18.7",
"description": "E2E testing framework over TestCafe",
"keywords": [
"E2E",
Expand Down

0 comments on commit b19174b

Please sign in to comment.