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