@applitools/eyes-cypress 3.26.2 → 3.26.3
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 +11 -0
- package/package.json +14 -10
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,17 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
+
## 3.26.3 - 2022/6/17
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
- Add special attribute for pseudo elements
|
|
16
|
+
- Add the ability for the SDK to lazy load the page prior to performing a check window
|
|
17
|
+
- Support padding for regions in the following region types - ignoreRegions, layoutRegions, strictRegions, contentRegions
|
|
18
|
+
- Allow configuration file to be loaded from ancestor directories
|
|
19
|
+
### Bug fixes
|
|
20
|
+
- Fix rendering issues with Salesforce Lightning design system
|
|
21
|
+
- Fix issue that prevented self-signed certificates from working when connecting through a proxy server
|
|
22
|
+
|
|
12
23
|
## 3.26.2 - 2022/6/8
|
|
13
24
|
|
|
14
25
|
### Features
|
package/package.json
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-cypress",
|
|
3
|
-
"version": "3.26.
|
|
3
|
+
"version": "3.26.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git://github.com/applitools/eyes.sdk.javascript1.git",
|
|
7
7
|
"directory": "packages/eyes-cypress"
|
|
8
8
|
},
|
|
9
9
|
"license": "SEE LICENSE IN LICENSE",
|
|
10
|
+
"aliases": [
|
|
11
|
+
"cypress",
|
|
12
|
+
"cy"
|
|
13
|
+
],
|
|
10
14
|
"main": "index.js",
|
|
11
15
|
"types": "./index.d.ts",
|
|
12
16
|
"bin": {
|
|
@@ -50,24 +54,24 @@
|
|
|
50
54
|
}
|
|
51
55
|
},
|
|
52
56
|
"dependencies": {
|
|
53
|
-
"@applitools/eyes-api": "1.
|
|
54
|
-
"@applitools/eyes-universal": "2.
|
|
57
|
+
"@applitools/eyes-api": "1.7.0",
|
|
58
|
+
"@applitools/eyes-universal": "2.9.1",
|
|
55
59
|
"@applitools/functional-commons": "1.6.0",
|
|
56
|
-
"@applitools/logger": "1.1.
|
|
57
|
-
"@applitools/visual-grid-client": "15.12.
|
|
60
|
+
"@applitools/logger": "1.1.12",
|
|
61
|
+
"@applitools/visual-grid-client": "15.12.45",
|
|
58
62
|
"chalk": "3.0.0",
|
|
59
63
|
"uuid": "8.3.2",
|
|
60
64
|
"ws": "8.5.0"
|
|
61
65
|
},
|
|
62
66
|
"devDependencies": {
|
|
63
|
-
"@applitools/bongo": "^2.1.
|
|
67
|
+
"@applitools/bongo": "^2.1.5",
|
|
64
68
|
"@applitools/scripts": "1.1.0",
|
|
65
69
|
"@applitools/sdk-coverage-tests": "^2.3.18",
|
|
66
70
|
"@applitools/snaptdout": "1.0.1",
|
|
67
|
-
"@applitools/test-server": "1.
|
|
68
|
-
"@applitools/test-utils": "1.3.
|
|
69
|
-
"@applitools/types": "^1.
|
|
70
|
-
"@applitools/utils": "1.3.
|
|
71
|
+
"@applitools/test-server": "1.1.1",
|
|
72
|
+
"@applitools/test-utils": "1.3.3",
|
|
73
|
+
"@applitools/types": "^1.5.3",
|
|
74
|
+
"@applitools/utils": "1.3.8",
|
|
71
75
|
"@types/node": "12",
|
|
72
76
|
"@types/ws": "^8.2.2",
|
|
73
77
|
"@typescript-eslint/eslint-plugin": "^5.10.2",
|