File tree Expand file tree Collapse file tree 5 files changed +35
-18
lines changed
webdriver-image-comparison Expand file tree Collapse file tree 5 files changed +35
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @wdio/visual-service
2
2
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
+
3
21
## 8.0.1
4
22
5
23
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " @wdio/visual-service" ,
3
3
"author" : " Wim Selles - wswebcreation" ,
4
4
"description" : " Image comparison / visual regression testing for WebdriverIO" ,
5
- "version" : " 8.0.1 " ,
5
+ "version" : " 8.0.2 " ,
6
6
"license" : " MIT" ,
7
7
"homepage" : " https://webdriver.io/docs/visual-testing" ,
8
8
"repository" : {
Original file line number Diff line number Diff line change 1
1
# webdriver-image-comparison
2
2
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
+
3
18
## 9.0.1
4
19
5
20
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webdriver-image-comparison" ,
3
- "version" : " 9.0.1 " ,
3
+ "version" : " 9.0.2 " ,
4
4
"author" : " Wim Selles - wswebcreation" ,
5
5
"description" : " An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol" ,
6
6
"keywords" : [],
You can’t perform that action at this time.
0 commit comments