@wdio/visual-service 9.2.3 → 9.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @wdio/visual-service
|
|
2
2
|
|
|
3
|
+
## 9.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 10d34d6: chore: refresh @wdio/\* deps for the v9 maintenance line
|
|
8
|
+
|
|
9
|
+
### Committers: 1
|
|
10
|
+
|
|
11
|
+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [10d34d6]
|
|
16
|
+
- @wdio/image-comparison-core@1.3.0
|
|
17
|
+
|
|
18
|
+
## 9.2.4
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 60997df: fix: prevent false emulation detection when checkElement is called inside an iframe after switchFrame
|
|
23
|
+
|
|
24
|
+
### Committers: 1
|
|
25
|
+
|
|
26
|
+
- Taro.Nonoyama([@n2-freevas](https://github.com/n2-freevas))
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [60997df]
|
|
29
|
+
- @wdio/image-comparison-core@1.2.4
|
|
30
|
+
|
|
3
31
|
## 9.2.3
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@wdio/visual-service",
|
|
3
3
|
"author": "Wim Selles - wswebcreation",
|
|
4
4
|
"description": "Image comparison / visual regression testing for WebdriverIO",
|
|
5
|
-
"version": "9.
|
|
5
|
+
"version": "9.3.0",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://webdriver.io/docs/visual-testing",
|
|
8
8
|
"repository": {
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"type": "module",
|
|
21
21
|
"types": "./dist/index.d.ts",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@wdio/globals": "^9.
|
|
24
|
-
"@wdio/logger": "^9.
|
|
25
|
-
"@wdio/types": "^9.
|
|
26
|
-
"expect-webdriverio": "^5.6.
|
|
27
|
-
"@wdio/image-comparison-core": "1.
|
|
23
|
+
"@wdio/globals": "^9.29.1",
|
|
24
|
+
"@wdio/logger": "^9.29.1",
|
|
25
|
+
"@wdio/types": "^9.29.1",
|
|
26
|
+
"expect-webdriverio": "^5.6.9",
|
|
27
|
+
"@wdio/image-comparison-core": "1.3.0"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "run-s clean build:*",
|