Skip to content

Commit

Permalink
0.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Jan 11, 2025
1 parent c6f82dd commit 4b42ca3
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 73 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v0.19.8](https://github.com/joomcode/e2ed/tree/v0.19.8) (2025-01-11)

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

- [Merge pull request #102 from joomcode/fix/use-testId-instead-of-locatorId](https://github.com/joomcode/e2ed/commit/c6f82ddaf47a401ac03b4f85dee1723dc3bfcdeb) ([uid11](https://github.com/uid11))

fix: rename `locatorId` to `testId` everywhere

- [FI-1504 fix: rename `locatorId` to `testId` everywhere](https://github.com/joomcode/e2ed/commit/640e9a5e9d6d1329be4f3a737567ed01f21e8821) ([uid11](https://github.com/uid11))

fix: write `endTimeInMs` after pack hooks

fix: remove unnecessary options in ESLint config

chore: update `create-locator` to 0.0.27

chore: update `@types/node` and `typescript`

FI-1606 feat: use `attributesOptions` as selector's options

## [v0.19.7](https://github.com/joomcode/e2ed/tree/v0.19.7) (2024-12-24)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.19.6...v0.19.7)
Expand Down
152 changes: 82 additions & 70 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.19.7",
"version": "0.19.8",
"description": "E2E testing framework over Playwright",
"keywords": [
"E2E",
Expand Down

0 comments on commit 4b42ca3

Please sign in to comment.