@applitools/eyes-nightwatch 1.26.14 → 1.26.16
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 +154 -0
- package/package.json +5 -5
- package/types/index.d.ts +82 -44
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,159 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.26.16](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.15...js/eyes-nightwatch@1.26.16) (2025-11-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.14.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
|
|
12
|
+
* @applitools/nml-client bumped to 1.11.11
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* better nml error messages ([#3311](https://github.com/Applitools-Dev/sdk/issues/3311)) ([3deea01](https://github.com/Applitools-Dev/sdk/commit/3deea0130636c44573adc919b95c1c99e6d194f1))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/dom-snapshot bumped to 4.15.1
|
|
20
|
+
|
|
21
|
+
* @applitools/socket bumped to 1.3.7
|
|
22
|
+
|
|
23
|
+
* @applitools/req bumped to 1.8.6
|
|
24
|
+
|
|
25
|
+
* @applitools/image bumped to 1.2.5
|
|
26
|
+
|
|
27
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.2
|
|
28
|
+
|
|
29
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.8
|
|
30
|
+
|
|
31
|
+
* @applitools/ufg-client bumped to 1.18.2
|
|
32
|
+
|
|
33
|
+
* @applitools/core-base bumped to 1.30.0
|
|
34
|
+
#### Features
|
|
35
|
+
|
|
36
|
+
* disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* fails to create test with coded dynamic region | AD-11074 ([#3361](https://github.com/Applitools-Dev/sdk/issues/3361)) ([7f8c8cd](https://github.com/Applitools-Dev/sdk/commit/7f8c8cd85c0cd2e5861cd33fbc29c465903258d5))
|
|
42
|
+
* resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
* @applitools/core bumped to 4.53.0
|
|
47
|
+
#### Features
|
|
48
|
+
|
|
49
|
+
* disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
#### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* better nml error messages ([#3311](https://github.com/Applitools-Dev/sdk/issues/3311)) ([3deea01](https://github.com/Applitools-Dev/sdk/commit/3deea0130636c44573adc919b95c1c99e6d194f1))
|
|
55
|
+
* fails to create test with coded dynamic region | AD-11074 ([#3361](https://github.com/Applitools-Dev/sdk/issues/3361)) ([7f8c8cd](https://github.com/Applitools-Dev/sdk/commit/7f8c8cd85c0cd2e5861cd33fbc29c465903258d5))
|
|
56
|
+
* resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
* @applitools/eyes bumped to 1.36.16
|
|
61
|
+
#### Bug Fixes
|
|
62
|
+
|
|
63
|
+
* resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
* @applitools/logger bumped to 2.2.6
|
|
68
|
+
|
|
69
|
+
* @applitools/dom-capture bumped to 11.6.7
|
|
70
|
+
|
|
71
|
+
* @applitools/driver bumped to 1.24.2
|
|
72
|
+
|
|
73
|
+
* @applitools/spec-driver-selenium bumped to 1.7.8
|
|
74
|
+
|
|
75
|
+
* @applitools/screenshoter bumped to 3.12.9
|
|
76
|
+
|
|
77
|
+
* @applitools/tunnel-client bumped to 1.11.4
|
|
78
|
+
|
|
79
|
+
* @applitools/ec-client bumped to 1.12.13
|
|
80
|
+
|
|
81
|
+
* @applitools/test-server bumped to 1.3.5
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## [1.26.15](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.14...js/eyes-nightwatch@1.26.15) (2025-11-09)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Dependencies
|
|
88
|
+
|
|
89
|
+
* @applitools/utils bumped to 1.13.0
|
|
90
|
+
#### Features
|
|
91
|
+
|
|
92
|
+
* restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
|
|
93
|
+
* @applitools/dom-snapshot bumped to 4.15.0
|
|
94
|
+
#### Features
|
|
95
|
+
|
|
96
|
+
* add support for adopted stylesheets with nesting | FLD-3212 ([#3325](https://github.com/Applitools-Dev/sdk/issues/3325)) ([8587926](https://github.com/Applitools-Dev/sdk/commit/8587926b0d6ef820cfbd8f89ddb062a3d77f65ab))
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
* @applitools/dom-capture bumped to 11.6.6
|
|
101
|
+
#### Performance Improvements
|
|
102
|
+
|
|
103
|
+
* remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
* @applitools/core-base bumped to 1.29.0
|
|
108
|
+
#### Features
|
|
109
|
+
|
|
110
|
+
* restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
* @applitools/core bumped to 4.52.0
|
|
115
|
+
#### Features
|
|
116
|
+
|
|
117
|
+
* restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
#### Performance Improvements
|
|
121
|
+
|
|
122
|
+
* remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
* @applitools/logger bumped to 2.2.5
|
|
127
|
+
|
|
128
|
+
* @applitools/socket bumped to 1.3.6
|
|
129
|
+
|
|
130
|
+
* @applitools/req bumped to 1.8.5
|
|
131
|
+
|
|
132
|
+
* @applitools/image bumped to 1.2.4
|
|
133
|
+
|
|
134
|
+
* @applitools/driver bumped to 1.24.1
|
|
135
|
+
|
|
136
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.1
|
|
137
|
+
|
|
138
|
+
* @applitools/spec-driver-selenium bumped to 1.7.7
|
|
139
|
+
|
|
140
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.7
|
|
141
|
+
|
|
142
|
+
* @applitools/screenshoter bumped to 3.12.8
|
|
143
|
+
|
|
144
|
+
* @applitools/nml-client bumped to 1.11.10
|
|
145
|
+
|
|
146
|
+
* @applitools/tunnel-client bumped to 1.11.3
|
|
147
|
+
|
|
148
|
+
* @applitools/ufg-client bumped to 1.18.1
|
|
149
|
+
|
|
150
|
+
* @applitools/ec-client bumped to 1.12.12
|
|
151
|
+
|
|
152
|
+
* @applitools/eyes bumped to 1.36.15
|
|
153
|
+
|
|
154
|
+
* @applitools/test-server bumped to 1.3.4
|
|
155
|
+
|
|
156
|
+
|
|
3
157
|
## [1.26.14](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.13...js/eyes-nightwatch@1.26.14) (2025-11-03)
|
|
4
158
|
|
|
5
159
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-nightwatch",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.16",
|
|
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.24.
|
|
47
|
-
"@applitools/eyes": "1.36.
|
|
48
|
-
"@applitools/spec-driver-webdriver": "1.5.
|
|
49
|
-
"@applitools/utils": "1.
|
|
46
|
+
"@applitools/driver": "1.24.2",
|
|
47
|
+
"@applitools/eyes": "1.36.16",
|
|
48
|
+
"@applitools/spec-driver-webdriver": "1.5.2",
|
|
49
|
+
"@applitools/utils": "1.14.0",
|
|
50
50
|
"webdriver": "7.31.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
package/types/index.d.ts
CHANGED
|
@@ -469,7 +469,7 @@ export type ConfigurationPlain = {
|
|
|
469
469
|
baselineEnvName?: undefined | string;
|
|
470
470
|
batch?: undefined | BatchInfoPlain;
|
|
471
471
|
branchName?: undefined | string;
|
|
472
|
-
browsersInfo?: undefined | Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | IOSMultiDeviceInfo)>;
|
|
472
|
+
browsersInfo?: undefined | Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | IOSMultiDeviceInfo | AndroidMultiDeviceInfo)>;
|
|
473
473
|
captureStatusBar?: undefined | boolean;
|
|
474
474
|
compareWithParentBranch?: undefined | boolean;
|
|
475
475
|
concurrentSessions?: undefined | number;
|
|
@@ -563,50 +563,15 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
563
563
|
set branchName(branchName: string);
|
|
564
564
|
getBranchName(): string;
|
|
565
565
|
setBranchName(branchName: string): Configuration;
|
|
566
|
-
get browsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | IOSMultiDeviceInfo)>;
|
|
567
|
-
set browsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | IOSMultiDeviceInfo)>);
|
|
568
|
-
getBrowsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | IOSMultiDeviceInfo)>;
|
|
566
|
+
get browsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | IOSMultiDeviceInfo | AndroidMultiDeviceInfo)>;
|
|
567
|
+
set browsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | IOSMultiDeviceInfo | AndroidMultiDeviceInfo)>);
|
|
568
|
+
getBrowsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | IOSMultiDeviceInfo | AndroidMultiDeviceInfo)>;
|
|
569
569
|
setBrowsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
570
570
|
addBrowsers(...browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
571
571
|
addBrowser(browserInfo: (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })): Configuration;
|
|
572
572
|
addBrowser(width: number, height: number, name?: undefined | BrowserTypePlain): Configuration;
|
|
573
573
|
addDeviceEmulation(deviceName: DeviceNamePlain, screenOrientation?: undefined | ScreenOrientationPlain): Configuration;
|
|
574
|
-
addMultiDeviceTarget(
|
|
575
|
-
addMultiDeviceTarget(deviceName: "iPhone 14 Plus"): Configuration;
|
|
576
|
-
addMultiDeviceTarget(deviceName: "iPhone 14 Pro"): Configuration;
|
|
577
|
-
addMultiDeviceTarget(deviceName: "iPhone 15 Pro"): Configuration;
|
|
578
|
-
addMultiDeviceTarget(deviceName: "iPhone XR"): Configuration;
|
|
579
|
-
addMultiDeviceTarget(deviceName: "iPhone 11"): Configuration;
|
|
580
|
-
addMultiDeviceTarget(deviceName: "iPhone 11 Pro Max"): Configuration;
|
|
581
|
-
addMultiDeviceTarget(deviceName: "iPhone 11 Pro"): Configuration;
|
|
582
|
-
addMultiDeviceTarget(deviceName: "iPhone SE (2nd generation)"): Configuration;
|
|
583
|
-
addMultiDeviceTarget(deviceName: "iPhone SE (3rd generation)"): Configuration;
|
|
584
|
-
addMultiDeviceTarget(deviceName: "iPhone Xs"): Configuration;
|
|
585
|
-
addMultiDeviceTarget(deviceName: "iPhone 12"): Configuration;
|
|
586
|
-
addMultiDeviceTarget(deviceName: "iPhone 12 mini"): Configuration;
|
|
587
|
-
addMultiDeviceTarget(deviceName: "iPhone 12 Pro Max"): Configuration;
|
|
588
|
-
addMultiDeviceTarget(deviceName: "iPhone 12 Pro"): Configuration;
|
|
589
|
-
addMultiDeviceTarget(deviceName: "iPhone 13"): Configuration;
|
|
590
|
-
addMultiDeviceTarget(deviceName: "iPhone 13 mini"): Configuration;
|
|
591
|
-
addMultiDeviceTarget(deviceName: "iPhone 13 Pro Max"): Configuration;
|
|
592
|
-
addMultiDeviceTarget(deviceName: "iPhone 13 Pro"): Configuration;
|
|
593
|
-
addMultiDeviceTarget(deviceName: "iPhone 14"): Configuration;
|
|
594
|
-
addMultiDeviceTarget(deviceName: "iPhone 14 Pro Max"): Configuration;
|
|
595
|
-
addMultiDeviceTarget(deviceName: "iPhone 15"): Configuration;
|
|
596
|
-
addMultiDeviceTarget(deviceName: "iPhone 15 Pro Max"): Configuration;
|
|
597
|
-
addMultiDeviceTarget(deviceName: "iPhone 15 Plus"): Configuration;
|
|
598
|
-
addMultiDeviceTarget(deviceName: "iPhone 16"): Configuration;
|
|
599
|
-
addMultiDeviceTarget(deviceName: "iPhone 16 Pro Max"): Configuration;
|
|
600
|
-
addMultiDeviceTarget(deviceName: "iPhone 16 Pro"): Configuration;
|
|
601
|
-
addMultiDeviceTarget(deviceName: "iPhone 16 Plus"): Configuration;
|
|
602
|
-
addMultiDeviceTarget(deviceName: "iPhone SE (1st generation)"): Configuration;
|
|
603
|
-
addMultiDeviceTarget(deviceName: "iPhone 6"): Configuration;
|
|
604
|
-
addMultiDeviceTarget(deviceName: "iPhone 6 Plus"): Configuration;
|
|
605
|
-
addMultiDeviceTarget(deviceName: "iPhone 7"): Configuration;
|
|
606
|
-
addMultiDeviceTarget(deviceName: "iPhone 7 Plus"): Configuration;
|
|
607
|
-
addMultiDeviceTarget(deviceName: "iPhone 8"): Configuration;
|
|
608
|
-
addMultiDeviceTarget(deviceName: "iPhone 8 Plus"): Configuration;
|
|
609
|
-
addMultiDeviceTarget(deviceName: "iPhone Xs Max"): Configuration;
|
|
574
|
+
addMultiDeviceTarget(...devices: Array<IosDeviceTargetNames | IosDeviceTargetValues | AndroidDeviceTargetNames | AndroidDeviceTargetValues>): Configuration;
|
|
610
575
|
get captureStatusBar(): boolean;
|
|
611
576
|
set captureStatusBar(captureStatusBar: boolean);
|
|
612
577
|
getCaptureStatusBar(): boolean;
|
|
@@ -979,17 +944,22 @@ export enum FailureReport {
|
|
|
979
944
|
IMMEDIATE = 'IMMEDIATE',
|
|
980
945
|
ON_CLOSE = 'ON_CLOSE'
|
|
981
946
|
}
|
|
982
|
-
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";
|
|
947
|
+
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 Air 11-inch (M3)" | "iPad Air 13-inch (M3)" | "iPad (A16)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPad Pro 11-inch (M5)" | "iPad Pro 13-inch (M5)" | "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" | "iPhone 17" | "iPhone 17 Pro" | "iPhone 17 Pro Max" | "iPhone Air";
|
|
983
948
|
export enum IosDeviceName {
|
|
984
949
|
iPad_7 = 'iPad (7th generation)',
|
|
985
950
|
iPad_9 = 'iPad (9th generation)',
|
|
986
951
|
iPad_10 = 'iPad (10th generation)',
|
|
987
952
|
iPad_mini_6 = 'iPad mini (6th generation)',
|
|
988
953
|
iPad_Air_4 = 'iPad Air (4th generation)',
|
|
954
|
+
iPad_Air_11_inch_M3 = 'iPad Air 11-inch (M3)',
|
|
955
|
+
iPad_Air_13_inch_M3 = 'iPad Air 13-inch (M3)',
|
|
956
|
+
iPad_A16 = 'iPad (A16)',
|
|
989
957
|
iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
990
|
-
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
991
958
|
iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
992
959
|
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
960
|
+
iPad_Pro_11_inch_M5 = 'iPad Pro 11-inch (M5)',
|
|
961
|
+
iPad_Pro_13_inch_M5 = 'iPad Pro 13-inch (M5)',
|
|
962
|
+
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
993
963
|
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
994
964
|
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
995
965
|
iPhone_XR = 'iPhone XR',
|
|
@@ -1017,7 +987,74 @@ export enum IosDeviceName {
|
|
|
1017
987
|
iPhone_16 = 'iPhone 16',
|
|
1018
988
|
iPhone_16_Pro_Max = 'iPhone 16 Pro Max',
|
|
1019
989
|
iPhone_16_Pro = 'iPhone 16 Pro',
|
|
1020
|
-
iPhone_16_Plus = 'iPhone 16 Plus'
|
|
990
|
+
iPhone_16_Plus = 'iPhone 16 Plus',
|
|
991
|
+
iPhone_17 = 'iPhone 17',
|
|
992
|
+
iPhone_17_Pro = 'iPhone 17 Pro',
|
|
993
|
+
iPhone_17_Pro_Max = 'iPhone 17 Pro Max',
|
|
994
|
+
iPhone_Air = 'iPhone Air'
|
|
995
|
+
}
|
|
996
|
+
export const IosMultiDeviceTarget: {
|
|
997
|
+
readonly iPhone_SE_1: IosDeviceTargetValues;
|
|
998
|
+
readonly iPhone_SE_2: IosDeviceTargetValues;
|
|
999
|
+
readonly iPhone_SE_3: IosDeviceTargetValues;
|
|
1000
|
+
readonly iPhone_6: IosDeviceTargetValues;
|
|
1001
|
+
readonly iPhone_6_Plus: IosDeviceTargetValues;
|
|
1002
|
+
readonly iPhone_7: IosDeviceTargetValues;
|
|
1003
|
+
readonly iPhone_7_Plus: IosDeviceTargetValues;
|
|
1004
|
+
readonly iPhone_8: IosDeviceTargetValues;
|
|
1005
|
+
readonly iPhone_8_Plus: IosDeviceTargetValues;
|
|
1006
|
+
readonly iPhone_X: IosDeviceTargetValues;
|
|
1007
|
+
readonly iPhone_XR: IosDeviceTargetValues;
|
|
1008
|
+
readonly iPhone_Xs: IosDeviceTargetValues;
|
|
1009
|
+
readonly iPhone_Xs_Max: IosDeviceTargetValues;
|
|
1010
|
+
readonly iPhone_11: IosDeviceTargetValues;
|
|
1011
|
+
readonly iPhone_11_Pro: IosDeviceTargetValues;
|
|
1012
|
+
readonly iPhone_11_Pro_Max: IosDeviceTargetValues;
|
|
1013
|
+
readonly iPhone_12: IosDeviceTargetValues;
|
|
1014
|
+
readonly iPhone_12_mini: IosDeviceTargetValues;
|
|
1015
|
+
readonly iPhone_12_Pro: IosDeviceTargetValues;
|
|
1016
|
+
readonly iPhone_12_Pro_Max: IosDeviceTargetValues;
|
|
1017
|
+
readonly iPhone_13: IosDeviceTargetValues;
|
|
1018
|
+
readonly iPhone_13_mini: IosDeviceTargetValues;
|
|
1019
|
+
readonly iPhone_13_Pro: IosDeviceTargetValues;
|
|
1020
|
+
readonly iPhone_13_Pro_Max: IosDeviceTargetValues;
|
|
1021
|
+
readonly iPhone_14: IosDeviceTargetValues;
|
|
1022
|
+
readonly iPhone_14_Pro: IosDeviceTargetValues;
|
|
1023
|
+
readonly iPhone_14_Plus: IosDeviceTargetValues;
|
|
1024
|
+
readonly iPhone_14_Pro_Max: IosDeviceTargetValues;
|
|
1025
|
+
readonly iPhone_15: IosDeviceTargetValues;
|
|
1026
|
+
readonly iPhone_15_Pro: IosDeviceTargetValues;
|
|
1027
|
+
readonly iPhone_15_Plus: IosDeviceTargetValues;
|
|
1028
|
+
readonly iPhone_15_Pro_Max: IosDeviceTargetValues;
|
|
1029
|
+
readonly iPhone_16: IosDeviceTargetValues;
|
|
1030
|
+
readonly iPhone_16_Pro: IosDeviceTargetValues;
|
|
1031
|
+
readonly iPhone_16_Plus: IosDeviceTargetValues;
|
|
1032
|
+
readonly iPhone_16_Pro_Max: IosDeviceTargetValues;
|
|
1033
|
+
};
|
|
1034
|
+
export type IosDeviceTargetNames = "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 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 15" | "iPhone 15 Pro Max" | "iPhone 15 Plus" | "iPhone 16" | "iPhone 16 Pro Max" | "iPhone 16 Pro" | "iPhone 16 Plus" | "iPhone SE (1st generation)" | "iPhone 6" | "iPhone 6 Plus" | "iPhone 7" | "iPhone 7 Plus" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs Max";
|
|
1035
|
+
export type IosDeviceTargetKeys = "iPhone_SE_1" | "iPhone_SE_2" | "iPhone_SE_3" | "iPhone_6" | "iPhone_6_Plus" | "iPhone_7" | "iPhone_7_Plus" | "iPhone_8" | "iPhone_8_Plus" | "iPhone_X" | "iPhone_XR" | "iPhone_Xs" | "iPhone_Xs_Max" | "iPhone_11" | "iPhone_11_Pro" | "iPhone_11_Pro_Max" | "iPhone_12" | "iPhone_12_mini" | "iPhone_12_Pro" | "iPhone_12_Pro_Max" | "iPhone_13" | "iPhone_13_mini" | "iPhone_13_Pro" | "iPhone_13_Pro_Max" | "iPhone_14" | "iPhone_14_Pro" | "iPhone_14_Plus" | "iPhone_14_Pro_Max" | "iPhone_15" | "iPhone_15_Pro" | "iPhone_15_Plus" | "iPhone_15_Pro_Max" | "iPhone_16" | "iPhone_16_Pro" | "iPhone_16_Plus" | "iPhone_16_Pro_Max";
|
|
1036
|
+
export type IosDeviceTargetValues = IosDeviceTarget;
|
|
1037
|
+
export const AndroidMultiDeviceTarget: { readonly Galaxy_S25: AndroidDeviceTargetValues; readonly Galaxy_S25_Ultra: AndroidDeviceTargetValues; readonly Pixel_9: AndroidDeviceTargetValues; };
|
|
1038
|
+
export type AndroidDeviceTargetNames = "Galaxy S25" | "Galaxy S25 Ultra" | "Pixel 9";
|
|
1039
|
+
export type AndroidDeviceTargetKeys = "Galaxy_S25" | "Galaxy_S25_Ultra" | "Pixel_9";
|
|
1040
|
+
export type AndroidDeviceTargetValues = AndroidDeviceTarget;
|
|
1041
|
+
export class IosDeviceTarget {
|
|
1042
|
+
constructor(deviceName: string);
|
|
1043
|
+
readonly deviceName: string;
|
|
1044
|
+
landscape(): IosDeviceTargetValues;
|
|
1045
|
+
portrait(): IosDeviceTargetValues;
|
|
1046
|
+
getOrientation(): undefined | ScreenOrientation;
|
|
1047
|
+
getDeviceName(): string;
|
|
1048
|
+
toString(): string;
|
|
1049
|
+
}
|
|
1050
|
+
export class AndroidDeviceTarget {
|
|
1051
|
+
constructor(deviceName: string);
|
|
1052
|
+
readonly deviceName: string;
|
|
1053
|
+
landscape(): AndroidDeviceTargetValues;
|
|
1054
|
+
portrait(): AndroidDeviceTargetValues;
|
|
1055
|
+
getOrientation(): undefined | ScreenOrientation;
|
|
1056
|
+
getDeviceName(): string;
|
|
1057
|
+
toString(): string;
|
|
1021
1058
|
}
|
|
1022
1059
|
export type IosVersionPlain = "latest" | "latest-1";
|
|
1023
1060
|
export enum IosVersion {
|
|
@@ -1629,7 +1666,8 @@ export class Region implements Required<RegionPlain> {
|
|
|
1629
1666
|
export type DesktopBrowserInfo = { name?: undefined | BrowserTypePlain; width: number; height: number; };
|
|
1630
1667
|
export type ChromeEmulationInfo = { chromeEmulationInfo: { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; }; };
|
|
1631
1668
|
export type IOSDeviceInfo = { iosDeviceInfo: { deviceName: IosDeviceNamePlain; iosVersion?: undefined | IosVersionPlain; screenOrientation?: undefined | ScreenOrientationPlain; }; };
|
|
1632
|
-
export type IOSMultiDeviceInfo = { iosDeviceInfo: { deviceName:
|
|
1669
|
+
export type IOSMultiDeviceInfo = { iosDeviceInfo: { deviceName: IosDeviceTargetNames; screenOrientation?: undefined | ScreenOrientationPlain; }; };
|
|
1670
|
+
export type AndroidMultiDeviceInfo = { androidDeviceInfo: { deviceName: AndroidDeviceTargetNames; screenOrientation?: undefined | ScreenOrientationPlain; }; };
|
|
1633
1671
|
export type RunnerOptionsPlain = { testConcurrency?: undefined | number; fetchConcurrency?: undefined | number; removeDuplicateTests?: undefined | boolean; maskLog?: undefined | boolean; };
|
|
1634
1672
|
export class RunnerOptionsFluent {
|
|
1635
1673
|
testConcurrency(concurrency: number): RunnerOptionsFluent;
|