@applitools/eyes-cypress 3.25.6 → 3.25.7
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 +7 -0
- package/README.md +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -580,7 +580,7 @@ The list above is also the order of precedence, which means that if you pass a p
|
|
|
580
580
|
| `baselineBranchName` | undefined | The name of the baseline branch. |
|
|
581
581
|
| `parentBranchName` | undefined | Sets the branch under which new branches are created. |
|
|
582
582
|
| `saveFailedTests` | false | Set whether or not failed tests are saved by default. |
|
|
583
|
-
| `saveNewTests` |
|
|
583
|
+
| `saveNewTests` | true | Set whether or not new tests are saved by default. |
|
|
584
584
|
| `properties` | undefined | Custom properties for the eyes test. The format is an array of objects with name/value properties. For example: `[{name: 'My prop', value:'My value'}]`. |
|
|
585
585
|
| `ignoreDisplacements` | false | Sets whether Test Manager should intially display mismatches for image features that have only been displaced, as opposed to real mismatches. |
|
|
586
586
|
| `compareWithParentBranch` | false | |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-cypress",
|
|
3
|
-
"version": "3.25.
|
|
3
|
+
"version": "3.25.7",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"bin": {
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@applitools/dom-snapshot": "4.5.12",
|
|
49
|
-
"@applitools/eyes-api": "1.3.
|
|
50
|
-
"@applitools/eyes-universal": "2.
|
|
49
|
+
"@applitools/eyes-api": "1.3.1",
|
|
50
|
+
"@applitools/eyes-universal": "2.5.1",
|
|
51
51
|
"@applitools/functional-commons": "1.6.0",
|
|
52
|
-
"@applitools/logger": "1.
|
|
53
|
-
"@applitools/visual-grid-client": "15.12.
|
|
52
|
+
"@applitools/logger": "1.1.2",
|
|
53
|
+
"@applitools/visual-grid-client": "15.12.13",
|
|
54
54
|
"body-parser": "1.19.0",
|
|
55
55
|
"chalk": "3.0.0",
|
|
56
56
|
"cors": "2.8.5",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@applitools/sdk-coverage-tests": "^2.3.18",
|
|
66
66
|
"@applitools/snaptdout": "1.0.1",
|
|
67
67
|
"@applitools/test-server": "1.0.8",
|
|
68
|
-
"@applitools/test-utils": "1.3.
|
|
69
|
-
"@applitools/types": "^1.
|
|
68
|
+
"@applitools/test-utils": "1.3.2",
|
|
69
|
+
"@applitools/types": "^1.4.2",
|
|
70
70
|
"@applitools/utils": "1.2.14",
|
|
71
71
|
"@types/node": "17.0.13",
|
|
72
72
|
"@types/ws": "^8.2.2",
|