@applitools/eyes-nightwatch 1.26.40 → 1.27.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 +96 -0
- package/package.json +4 -4
- package/types/index.d.ts +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,101 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.27.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.40...js/eyes-nightwatch@1.27.0) (2026-05-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/dom-shared bumped to 1.2.0
|
|
14
|
+
#### Features
|
|
15
|
+
|
|
16
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
17
|
+
* @applitools/dom-snapshot bumped to 4.17.0
|
|
18
|
+
#### Features
|
|
19
|
+
|
|
20
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* re-trigger release for dom-snapshot (FLD-4452) and mcp (AD-13206) ([#3800](https://github.com/Applitools-Dev/sdk/issues/3800)) ([105dd42](https://github.com/Applitools-Dev/sdk/commit/105dd42010a56c454752eaca69380aaba085073e))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
* @applitools/snippets bumped to 2.9.0
|
|
30
|
+
#### Features
|
|
31
|
+
|
|
32
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
* @applitools/dom-capture bumped to 11.8.0
|
|
37
|
+
#### Features
|
|
38
|
+
|
|
39
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
* @applitools/driver bumped to 1.26.0
|
|
44
|
+
#### Features
|
|
45
|
+
|
|
46
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.0
|
|
51
|
+
#### Features
|
|
52
|
+
|
|
53
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
* @applitools/spec-driver-selenium bumped to 1.8.0
|
|
58
|
+
#### Features
|
|
59
|
+
|
|
60
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
* @applitools/spec-driver-playwright bumped to 1.9.0
|
|
65
|
+
#### Features
|
|
66
|
+
|
|
67
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.0
|
|
72
|
+
#### Features
|
|
73
|
+
|
|
74
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
* @applitools/core bumped to 4.62.0
|
|
79
|
+
#### Features
|
|
80
|
+
|
|
81
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
* @applitools/screenshoter bumped to 3.12.19
|
|
86
|
+
|
|
87
|
+
* @applitools/nml-client bumped to 1.11.26
|
|
88
|
+
|
|
89
|
+
* @applitools/ec-client bumped to 1.12.28
|
|
90
|
+
|
|
91
|
+
* @applitools/eyes bumped to 1.41.0
|
|
92
|
+
#### Features
|
|
93
|
+
|
|
94
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
3
99
|
## [1.26.40](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.39...js/eyes-nightwatch@1.26.40) (2026-05-04)
|
|
4
100
|
|
|
5
101
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-nightwatch",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.0",
|
|
4
4
|
"description": "Applitools Eyes SDK for Nightwatch.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-nightwatch",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"up:framework": "echo \"$(jq '.devDependencies.nightwatch = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@applitools/driver": "1.
|
|
47
|
-
"@applitools/eyes": "1.
|
|
48
|
-
"@applitools/spec-driver-webdriver": "1.
|
|
46
|
+
"@applitools/driver": "1.26.0",
|
|
47
|
+
"@applitools/eyes": "1.41.0",
|
|
48
|
+
"@applitools/spec-driver-webdriver": "1.6.0",
|
|
49
49
|
"@applitools/utils": "1.14.4",
|
|
50
50
|
"webdriver": "7.31.1"
|
|
51
51
|
},
|
package/types/index.d.ts
CHANGED
|
@@ -475,6 +475,7 @@ export type ConfigurationPlain = {
|
|
|
475
475
|
debugScreenshots?: undefined | { save: boolean; path?: undefined | string; prefix?: undefined | string; };
|
|
476
476
|
defaultMatchSettings?: undefined | ImageMatchSettingsPlain;
|
|
477
477
|
deviceInfo?: undefined | string;
|
|
478
|
+
bypassCSP?: undefined | boolean;
|
|
478
479
|
disableBrowserFetching?: undefined | boolean;
|
|
479
480
|
disableNMLUrlCache?: undefined | boolean;
|
|
480
481
|
displayName?: undefined | string;
|
|
@@ -605,6 +606,10 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
605
606
|
set deviceInfo(deviceInfo: string);
|
|
606
607
|
getDeviceInfo(): string;
|
|
607
608
|
setDeviceInfo(deviceInfo: string): Configuration;
|
|
609
|
+
get bypassCSP(): boolean;
|
|
610
|
+
set bypassCSP(bypassCSP: boolean);
|
|
611
|
+
getBypassCSP(): boolean;
|
|
612
|
+
setBypassCSP(bypassCSP: boolean): Configuration;
|
|
608
613
|
get disableBrowserFetching(): boolean;
|
|
609
614
|
set disableBrowserFetching(disableBrowserFetching: boolean);
|
|
610
615
|
getDisableBrowserFetching(): boolean;
|