@applitools/eyes-nightwatch 1.25.10 → 1.25.11
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 +14 -0
- package/package.json +4 -4
- package/types/index.d.ts +24 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.25.11](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.25.10...js/eyes-nightwatch@1.25.11) (2024-10-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/screenshoter bumped to 3.9.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* test in screenshoter web ([f068dbe](https://github.com/Applitools-Dev/sdk/commit/f068dbe9036163fb3e316411cfd9f47a226d7c9c))
|
|
12
|
+
* @applitools/core bumped to 4.21.2
|
|
13
|
+
|
|
14
|
+
* @applitools/eyes bumped to 1.25.1
|
|
15
|
+
|
|
16
|
+
|
|
3
17
|
## [1.25.10](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch-v1.25.9...js/eyes-nightwatch@1.25.10) (2024-10-21)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-nightwatch",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.11",
|
|
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.19.
|
|
47
|
-
"@applitools/eyes": "1.
|
|
48
|
-
"@applitools/spec-driver-webdriver": "1.1.
|
|
46
|
+
"@applitools/driver": "1.19.4",
|
|
47
|
+
"@applitools/eyes": "1.25.1",
|
|
48
|
+
"@applitools/spec-driver-webdriver": "1.1.16",
|
|
49
49
|
"@applitools/utils": "1.7.4",
|
|
50
50
|
"webdriver": "7.31.1"
|
|
51
51
|
},
|
package/types/index.d.ts
CHANGED
|
@@ -495,7 +495,7 @@ export type ConfigurationPlain = {
|
|
|
495
495
|
rotation?: undefined | ImageRotationPlain;
|
|
496
496
|
scaleRatio?: undefined | number;
|
|
497
497
|
concurrentSessions?: undefined | number;
|
|
498
|
-
browsersInfo?: undefined | Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone
|
|
498
|
+
browsersInfo?: undefined | Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "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 8" | "iPhone 8 Plus" | "iPhone Xs Max"; }; })>;
|
|
499
499
|
visualGridOptions?: undefined | Record<string, any>;
|
|
500
500
|
layoutBreakpoints?: undefined | boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
|
|
501
501
|
disableBrowserFetching?: undefined | boolean;
|
|
@@ -720,9 +720,9 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
720
720
|
set concurrentSessions(concurrentSessions: number);
|
|
721
721
|
getConcurrentSessions(): number;
|
|
722
722
|
setConcurrentSessions(concurrentSessions: number): Configuration;
|
|
723
|
-
get browsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone
|
|
724
|
-
set browsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone
|
|
725
|
-
getBrowsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone
|
|
723
|
+
get browsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "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 8" | "iPhone 8 Plus" | "iPhone Xs Max"; }; })>;
|
|
724
|
+
set browsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "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 8" | "iPhone 8 Plus" | "iPhone Xs Max"; }; })>);
|
|
725
|
+
getBrowsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "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 8" | "iPhone 8 Plus" | "iPhone Xs Max"; }; })>;
|
|
726
726
|
setBrowsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
727
727
|
addBrowsers(...browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
728
728
|
addBrowser(browserInfo: (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })): Configuration;
|
|
@@ -737,21 +737,21 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
737
737
|
addMultiDeviceTarget(deviceName: "iPhone 11"): Configuration;
|
|
738
738
|
addMultiDeviceTarget(deviceName: "iPhone 11 Pro Max"): Configuration;
|
|
739
739
|
addMultiDeviceTarget(deviceName: "iPhone 11 Pro"): Configuration;
|
|
740
|
-
addMultiDeviceTarget(deviceName: "iPhone
|
|
741
|
-
addMultiDeviceTarget(deviceName: "iPhone
|
|
740
|
+
addMultiDeviceTarget(deviceName: "iPhone SE (2nd generation)"): Configuration;
|
|
741
|
+
addMultiDeviceTarget(deviceName: "iPhone SE (3rd generation)"): Configuration;
|
|
742
742
|
addMultiDeviceTarget(deviceName: "iPhone Xs"): Configuration;
|
|
743
743
|
addMultiDeviceTarget(deviceName: "iPhone 12"): Configuration;
|
|
744
744
|
addMultiDeviceTarget(deviceName: "iPhone 12 mini"): Configuration;
|
|
745
745
|
addMultiDeviceTarget(deviceName: "iPhone 12 Pro Max"): Configuration;
|
|
746
746
|
addMultiDeviceTarget(deviceName: "iPhone 12 Pro"): Configuration;
|
|
747
747
|
addMultiDeviceTarget(deviceName: "iPhone 13"): Configuration;
|
|
748
|
+
addMultiDeviceTarget(deviceName: "iPhone 13 mini"): Configuration;
|
|
748
749
|
addMultiDeviceTarget(deviceName: "iPhone 13 Pro Max"): Configuration;
|
|
749
750
|
addMultiDeviceTarget(deviceName: "iPhone 13 Pro"): Configuration;
|
|
750
751
|
addMultiDeviceTarget(deviceName: "iPhone 14"): Configuration;
|
|
751
752
|
addMultiDeviceTarget(deviceName: "iPhone 14 Pro Max"): Configuration;
|
|
752
|
-
addMultiDeviceTarget(deviceName: "iPhone
|
|
753
|
-
addMultiDeviceTarget(deviceName: "iPhone
|
|
754
|
-
addMultiDeviceTarget(deviceName: "iPhone 13 mini"): Configuration;
|
|
753
|
+
addMultiDeviceTarget(deviceName: "iPhone 8"): Configuration;
|
|
754
|
+
addMultiDeviceTarget(deviceName: "iPhone 8 Plus"): Configuration;
|
|
755
755
|
addMultiDeviceTarget(deviceName: "iPhone Xs Max"): Configuration;
|
|
756
756
|
get visualGridOptions(): { [key: string]: any; };
|
|
757
757
|
set visualGridOptions(visualGridOptions: { [key: string]: any; });
|
|
@@ -922,17 +922,19 @@ export enum FailureReport {
|
|
|
922
922
|
IMMEDIATE = 'IMMEDIATE',
|
|
923
923
|
ON_CLOSE = 'ON_CLOSE'
|
|
924
924
|
}
|
|
925
|
-
export type IosDeviceNamePlain = "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPad (7th generation)" | "iPad (9th generation)" | "iPad Air (4th generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPhone
|
|
925
|
+
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";
|
|
926
926
|
export enum IosDeviceName {
|
|
927
927
|
iPad_7 = 'iPad (7th generation)',
|
|
928
928
|
iPad_9 = 'iPad (9th generation)',
|
|
929
|
+
iPad_10 = 'iPad (10th generation)',
|
|
930
|
+
iPad_mini_6 = 'iPad mini (6th generation)',
|
|
929
931
|
iPad_Air_4 = 'iPad Air (4th generation)',
|
|
930
932
|
iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
931
933
|
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
932
934
|
iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
933
935
|
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
934
|
-
|
|
935
|
-
|
|
936
|
+
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
937
|
+
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
936
938
|
iPhone_X = 'iPhone X',
|
|
937
939
|
iPhone_XR = 'iPhone XR',
|
|
938
940
|
iPhone_XS = 'iPhone Xs',
|
|
@@ -945,12 +947,21 @@ export enum IosDeviceName {
|
|
|
945
947
|
iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
|
|
946
948
|
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
947
949
|
iPhone_13 = 'iPhone 13',
|
|
950
|
+
iPhone_13_mini = 'iPhone 13 mini',
|
|
948
951
|
iPhone_13_Pro_Max = 'iPhone 13 Pro Max',
|
|
949
952
|
iPhone_13_Pro = 'iPhone 13 Pro',
|
|
950
953
|
iPhone_14 = 'iPhone 14',
|
|
951
954
|
iPhone_14_Pro_Max = 'iPhone 14 Pro Max',
|
|
955
|
+
iPhone_14_Pro = 'iPhone 14 Pro',
|
|
956
|
+
iPhone_14_Plus = 'iPhone 14 Plus',
|
|
952
957
|
iPhone_15 = 'iPhone 15',
|
|
953
|
-
iPhone_15_Pro_Max = 'iPhone 15 Pro Max'
|
|
958
|
+
iPhone_15_Pro_Max = 'iPhone 15 Pro Max',
|
|
959
|
+
iPhone_15_Pro = 'iPhone 15 Pro',
|
|
960
|
+
iPhone_15_Plus = 'iPhone 15 Plus',
|
|
961
|
+
iPhone_16 = 'iPhone 16',
|
|
962
|
+
iPhone_16_Pro_Max = 'iPhone 16 Pro Max',
|
|
963
|
+
iPhone_16_Pro = 'iPhone 16 Pro',
|
|
964
|
+
iPhone_16_Plus = 'iPhone 16 Plus'
|
|
954
965
|
}
|
|
955
966
|
export type IosVersionPlain = AndroidVersionPlain;
|
|
956
967
|
export enum IosVersion {
|