Skip to content

Commit b11986d

Browse files
chore: release [skip ci] (#948)
Co-authored-by: WebdriverIO Release Bot <bot@webdriver.io>
1 parent 9363467 commit b11986d

File tree

5 files changed

+35
-18
lines changed

5 files changed

+35
-18
lines changed

.changeset/dull-readers-hammer.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/visual-service/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @wdio/visual-service
22

3+
## 8.0.2
4+
5+
### Patch Changes
6+
7+
- 9363467: ## 🐛 Bug-fixes
8+
9+
- #946: Visual Regression Changes in WDIO v9
10+
- Fixed screen size detection in emulated mode for filenames. Previously used incorrect browser window size.
11+
- Fixed screenshot behavior when `enableLegacyScreenshotMethod: true`, now correctly captures emulated screen instead of complete screen.
12+
- Fixed emulated device handling for Chrome and Edge browsers, now properly sets device metrics based on `deviceMetrics` or `deviceName` capabilities.
13+
14+
## Committers: 1
15+
16+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
17+
18+
- Updated dependencies [9363467]
19+
- webdriver-image-comparison@9.0.2
20+
321
## 8.0.1
422

523
### Patch Changes

packages/visual-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wdio/visual-service",
33
"author": "Wim Selles - wswebcreation",
44
"description": "Image comparison / visual regression testing for WebdriverIO",
5-
"version": "8.0.1",
5+
"version": "8.0.2",
66
"license": "MIT",
77
"homepage": "https://webdriver.io/docs/visual-testing",
88
"repository": {

packages/webdriver-image-comparison/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# webdriver-image-comparison
22

3+
## 9.0.2
4+
5+
### Patch Changes
6+
7+
- 9363467: ## 🐛 Bug-fixes
8+
9+
- #946: Visual Regression Changes in WDIO v9
10+
- Fixed screen size detection in emulated mode for filenames. Previously used incorrect browser window size.
11+
- Fixed screenshot behavior when `enableLegacyScreenshotMethod: true`, now correctly captures emulated screen instead of complete screen.
12+
- Fixed emulated device handling for Chrome and Edge browsers, now properly sets device metrics based on `deviceMetrics` or `deviceName` capabilities.
13+
14+
## Committers: 1
15+
16+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
17+
318
## 9.0.1
419

520
### Patch Changes

packages/webdriver-image-comparison/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdriver-image-comparison",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"author": "Wim Selles - wswebcreation",
55
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol",
66
"keywords": [],

0 commit comments

Comments
 (0)