Skip to content

Commit

Permalink
0.16.15
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Mar 15, 2024
1 parent 8a61c3e commit ad490e9
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 33 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [v0.16.15](https://github.com/joomcode/e2ed/tree/v0.16.15) (2024-03-15)

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

- [Merge pull request #69 from joomcode/feat/add-createPageObjectsFromMultiLocator](https://github.com/joomcode/e2ed/commit/8a61c3e24b338fb37102fd71c98068c122a80d88) ([uid11](https://github.com/uid11))

feat: add `createPageObjectsFromMultiLocator` utility

- [chore: update `create-locator` to 0.0.19](https://github.com/joomcode/e2ed/commit/70845cd170660ab9a50571fe052d0fd8ec86ebe7) ([uid11](https://github.com/uid11))

chore: update `devDependencies` (`@typescript-eslint/*`, `@types/node`, etc)

- [chore: turn on more `@typescript-eslint/*` rules](https://github.com/joomcode/e2ed/commit/13edd8cf15065e84cbb12105210ca7c132268d9c) ([uid11](https://github.com/uid11))
- [FI-765 fix: directly end `e2ed` on termination signals](https://github.com/joomcode/e2ed/commit/93a4101150e132f67849c05edb532f234bd94aee) ([uid11](https://github.com/uid11))

fix: add more temporary logs on termination signals

- [FI-765 feat: add environment variable `E2ED_TERMINATION_SIGNAL`](https://github.com/joomcode/e2ed/commit/152c0aa2fec4390553e201e4000c46869beeca43) ([uid11](https://github.com/uid11))

feat: add environment variable `E2ED_TIMEOUT_FOR_GRACEFUL_SHUTDOWN_IN_SECONDS`

refactor: move `onRequest` and `onConfigureResponse` methods to thier own modules

- [FI-1010 fix: add runtime tests for `createPageObjectsFromMultiLocator` utility](https://github.com/joomcode/e2ed/commit/4ccef1c71e0e50e0acc2bd1a364e23091167a13c) ([uid11](https://github.com/uid11))
- [FI-1010 feat: add `createPageObjectsFromMultiLocator` utility](https://github.com/joomcode/e2ed/commit/cc371fbe38e884c30404faebecc6ec460183a633) ([uid11](https://github.com/uid11))

tests: add tests of types of `createPageObjectsFromMultiLocator` utility

## [v0.16.14](https://github.com/joomcode/e2ed/tree/v0.16.14) (2024-03-07)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.16.13...v0.16.14)
Expand Down
60 changes: 30 additions & 30 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.16.14",
"version": "0.16.15",
"description": "E2E testing framework over TestCafe",
"keywords": [
"E2E",
Expand Down

0 comments on commit ad490e9

Please sign in to comment.