Skip to content

Commit

Permalink
0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed May 27, 2024
1 parent 4ec8166 commit 63199a9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 19 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v0.17.1](https://github.com/joomcode/e2ed/tree/v0.17.1) (2024-05-27)

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

- [Merge pull request #77 from joomcode/feature/add-writeOnly-for-fullMocks](https://github.com/joomcode/e2ed/commit/4ec8166323c8e35a17f95e02de4cae6d557f988a) ([uid11](https://github.com/uid11))

feat: add `writeOnly` flag to "full mocks" config

- [chore: update `create-locator` and `devtools-protocol`](https://github.com/joomcode/e2ed/commit/56d2f47163e53425bd8fde761e5c5a4574f0620e) ([uid11](https://github.com/uid11))
- [FI-1300 feat: add `writeOnly` flag to "full mocks" config](https://github.com/joomcode/e2ed/commit/ff4b7f35bcd103244e7103281bff8f4dcfa8c236) ([uid11](https://github.com/uid11))

## [v0.17.0](https://github.com/joomcode/e2ed/tree/v0.17.0) (2024-05-21)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.16.21...v0.17.0)
Expand Down
32 changes: 16 additions & 16 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.17.0",
"version": "0.17.1",
"description": "E2E testing framework over TestCafe",
"keywords": [
"E2E",
Expand Down

0 comments on commit 63199a9

Please sign in to comment.