@applitools/eyes-nightwatch 1.25.18 → 1.25.21

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 CHANGED
@@ -1,5 +1,76 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.25.21](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.25.20...js/eyes-nightwatch@1.25.21) (2025-03-06)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 4.32.2
9
+ #### Bug Fixes
10
+
11
+ * add environment variable aliases (_NAME suffix) ([#2791](https://github.com/Applitools-Dev/sdk/issues/2791)) ([67501a4](https://github.com/Applitools-Dev/sdk/commit/67501a4f5491319ca62949a56ee03face08a59e5))
12
+ * support test concurrency in offline mode ([#2831](https://github.com/Applitools-Dev/sdk/issues/2831)) ([3b7d137](https://github.com/Applitools-Dev/sdk/commit/3b7d137a9b34bb5c564e0a5c7d3fb2520ef8a167))
13
+ * @applitools/eyes bumped to 1.32.6
14
+
15
+
16
+ ## [1.25.20](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch-v1.25.19...js/eyes-nightwatch@1.25.20) (2025-01-30)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * plain object target syntax ([#2515](https://github.com/Applitools-Dev/sdk/issues/2515)) ([71842b8](https://github.com/Applitools-Dev/sdk/commit/71842b89bd05b68482df7ed16a6483ec716ddf55))
22
+
23
+
24
+ ### Code Refactoring
25
+
26
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * @applitools/dom-snapshot bumped to 4.11.15
32
+
33
+ * @applitools/driver bumped to 1.20.4
34
+ #### Bug Fixes
35
+
36
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
37
+ * @applitools/ufg-client bumped to 1.16.3
38
+ #### Bug Fixes
39
+
40
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
41
+ * @applitools/core bumped to 4.31.0
42
+ #### Features
43
+
44
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
45
+
46
+
47
+ #### Bug Fixes
48
+
49
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
50
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
51
+
52
+
53
+
54
+ * @applitools/spec-driver-webdriver bumped to 1.1.25
55
+
56
+ * @applitools/spec-driver-selenium bumped to 1.5.95
57
+
58
+ * @applitools/spec-driver-puppeteer bumped to 1.4.24
59
+
60
+ * @applitools/screenshoter bumped to 3.10.5
61
+
62
+ * @applitools/nml-client bumped to 1.8.24
63
+
64
+ * @applitools/ec-client bumped to 1.10.3
65
+
66
+ * @applitools/eyes bumped to 1.32.0
67
+ #### Features
68
+
69
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
70
+
71
+
72
+
73
+
3
74
  ## [1.25.18](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.25.17...js/eyes-nightwatch@1.25.18) (2025-01-22)
4
75
 
5
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.25.18",
3
+ "version": "1.25.21",
4
4
  "description": "Applitools Eyes SDK for Nightwatch.js",
5
5
  "keywords": [
6
6
  "eyes-nightwatch",
@@ -43,10 +43,10 @@
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.20.3",
47
- "@applitools/eyes": "1.31.2",
48
- "@applitools/spec-driver-webdriver": "1.1.24",
49
- "@applitools/utils": "1.7.7",
46
+ "@applitools/driver": "1.20.5",
47
+ "@applitools/eyes": "1.32.6",
48
+ "@applitools/spec-driver-webdriver": "1.1.26",
49
+ "@applitools/utils": "1.7.8",
50
50
  "webdriver": "7.31.1"
51
51
  },
52
52
  "devDependencies": {
package/types/index.d.ts CHANGED
@@ -214,6 +214,7 @@ export type CheckSettingsImagePlain = {
214
214
  pageId?: undefined | string;
215
215
  variationGroupId?: undefined | string;
216
216
  densityMetrics?: undefined | { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; };
217
+ stitchMode?: undefined | StitchModePlain;
217
218
  };
218
219
  export type CheckSettingsAutomationPlain = {
219
220
  name?: undefined | string;
@@ -258,6 +259,7 @@ export type CheckSettingsAutomationPlain = {
258
259
  pageId?: undefined | string;
259
260
  variationGroupId?: undefined | string;
260
261
  densityMetrics?: undefined | { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; };
262
+ stitchMode?: undefined | StitchModePlain;
261
263
  frames?: undefined | Array<{ frame: number | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })); scrollRootElement?: undefined | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })); } | (number | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })))>;
262
264
  webview?: undefined | string | boolean;
263
265
  scrollRootElement?: undefined | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; }));
@@ -309,6 +311,7 @@ export class CheckSettingsAutomation {
309
311
  lazyLoad(options?: undefined | boolean): CheckSettingsAutomation;
310
312
  lazyLoad(options?: undefined | { scrollLength?: undefined | number; waitingTime?: undefined | number; maxAmountToScroll?: undefined | number; }): CheckSettingsAutomation;
311
313
  densityMetrics(options: { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; }): CheckSettingsAutomation;
314
+ stitchMode(stitchMode: StitchModePlain): CheckSettingsAutomation;
312
315
  name(name: string): CheckSettingsAutomation;
313
316
  withName(name: string): CheckSettingsAutomation;
314
317
  ignoreRegion(region: (RegionPlain | LegacyRegionPlain | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })))): CheckSettingsAutomation;
@@ -955,7 +958,7 @@ export enum FailureReport {
955
958
  IMMEDIATE = 'IMMEDIATE',
956
959
  ON_CLOSE = 'ON_CLOSE'
957
960
  }
958
- export type IosDeviceNamePlain = "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPad (7th generation)" | "iPad (9th generation)" | "iPad (10th generation)" | "iPad mini (6th generation)" | "iPad Air (4th generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 mini" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone 15" | "iPhone 15 Pro Max" | "iPhone 15 Plus" | "iPhone 16" | "iPhone 16 Pro Max" | "iPhone 16 Pro" | "iPhone 16 Plus";
961
+ export type IosDeviceNamePlain = "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPad (7th generation)" | "iPad (9th generation)" | "iPad (10th generation)" | "iPad mini (6th generation)" | "iPad Air (4th generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 mini" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone 15" | "iPhone 15 Pro Max" | "iPhone 15 Plus" | "iPhone 16" | "iPhone 16 Pro Max" | "iPhone 16 Pro" | "iPhone 16 Plus";
959
962
  export enum IosDeviceName {
960
963
  iPad_7 = 'iPad (7th generation)',
961
964
  iPad_9 = 'iPad (9th generation)',
@@ -968,7 +971,6 @@ export enum IosDeviceName {
968
971
  iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
969
972
  iPhone_SE_2 = 'iPhone SE (2nd generation)',
970
973
  iPhone_SE_3 = 'iPhone SE (3rd generation)',
971
- iPhone_X = 'iPhone X',
972
974
  iPhone_XR = 'iPhone XR',
973
975
  iPhone_XS = 'iPhone Xs',
974
976
  iPhone_Xs = 'iPhone Xs',