Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/popular-otters-suffer.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/ocr-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @wdio/ocr-service

## 2.2.4

### Patch Changes

- 69d25fe: Multiple fixes:

- update deps
- fix #728: Missing Type Information in Service Configuration
- fix #745: The image comparison process stalls when utilizing the checkElement method to compare screenshots of two different elements

## 2.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ocr-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wdio/ocr-service",
"author": "Wim Selles - wswebcreation",
"description": "A WebdriverIO service that is using Tesseract OCR for Desktop/Mobile Web and Mobile Native App tests.",
"version": "2.2.3",
"version": "2.2.4",
"license": "MIT",
"homepage": "https://webdriver.io/docs/visual-testing",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/visual-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @wdio/visual-reporter

## 0.4.6

### Patch Changes

- 69d25fe: Multiple fixes:

- update deps
- fix #728: Missing Type Information in Service Configuration
- fix #745: The image comparison process stalls when utilizing the checkElement method to compare screenshots of two different elements

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/visual-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wdio/visual-reporter",
"author": "Wim Selles - wswebcreation",
"description": "Visual Testing HTML Report for the @wdio/visual-service module",
"version": "0.4.5",
"version": "0.4.6",
"license": "MIT",
"homepage": "https://webdriver.io/docs/visual-testing",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/visual-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @wdio/visual-service

## 6.3.1

### Patch Changes

- 69d25fe: Multiple fixes:

- update deps
- fix #728: Missing Type Information in Service Configuration
- fix #745: The image comparison process stalls when utilizing the checkElement method to compare screenshots of two different elements

- Updated dependencies [69d25fe]
- webdriver-image-comparison@7.3.1

## 6.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/visual-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wdio/visual-service",
"author": "Wim Selles - wswebcreation",
"description": "Image comparison / visual regression testing for WebdriverIO",
"version": "6.3.0",
"version": "6.3.1",
"license": "MIT",
"homepage": "https://webdriver.io/docs/visual-testing",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@wdio/logger": "^9.4.4",
"@wdio/types": "^9.6.3",
"node-fetch": "^3.3.2",
"webdriver-image-comparison": "^7.3.0"
"webdriver-image-comparison": "^7.3.1"
},
"devDependencies": {}
}
12 changes: 11 additions & 1 deletion packages/webdriver-image-comparison/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# webdriver-image-comparison

## 7.3.1

### Patch Changes

- 69d25fe: Multiple fixes:

- update deps
- fix #728: Missing Type Information in Service Configuration
- fix #745: The image comparison process stalls when utilizing the checkElement method to compare screenshots of two different elements

## 7.3.0

### Minor Changes

- 2d033e8: #691 Add option to ignore blinking cursors / carets
- 2d033e8: #691 Add option to ignore blinking cursors / carets

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/webdriver-image-comparison/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdriver-image-comparison",
"version": "7.3.0",
"version": "7.3.1",
"author": "Wim Selles - wswebcreation",
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol",
"keywords": [],
Expand Down