@applitools/eyes-puppeteer 1.27.10 → 1.27.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 +3 -3
- package/types/index.d.ts +24 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.27.11](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer@1.27.10...js/eyes-puppeteer@1.27.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.27.10](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer-v1.27.9...js/eyes-puppeteer@1.27.10) (2024-10-21)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-puppeteer",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.11",
|
|
4
4
|
"description": "Applitools Eyes SDK for Puppeteer",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-puppeteer",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@applitools/eyes": "1.
|
|
40
|
-
"@applitools/spec-driver-puppeteer": "1.4.
|
|
39
|
+
"@applitools/eyes": "1.25.1",
|
|
40
|
+
"@applitools/spec-driver-puppeteer": "1.4.16"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@applitools/api-extractor": "^1.2.22",
|
package/types/index.d.ts
CHANGED
|
@@ -496,7 +496,7 @@ export type ConfigurationPlain = {
|
|
|
496
496
|
rotation?: undefined | ImageRotationPlain;
|
|
497
497
|
scaleRatio?: undefined | number;
|
|
498
498
|
concurrentSessions?: undefined | number;
|
|
499
|
-
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
|
|
499
|
+
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"; }; })>;
|
|
500
500
|
visualGridOptions?: undefined | Record<string, any>;
|
|
501
501
|
layoutBreakpoints?: undefined | boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
|
|
502
502
|
disableBrowserFetching?: undefined | boolean;
|
|
@@ -721,9 +721,9 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
721
721
|
set concurrentSessions(concurrentSessions: number);
|
|
722
722
|
getConcurrentSessions(): number;
|
|
723
723
|
setConcurrentSessions(concurrentSessions: number): Configuration;
|
|
724
|
-
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
|
|
725
|
-
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
|
|
726
|
-
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
|
|
724
|
+
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"; }; })>;
|
|
725
|
+
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"; }; })>);
|
|
726
|
+
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"; }; })>;
|
|
727
727
|
setBrowsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
728
728
|
addBrowsers(...browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
729
729
|
addBrowser(browserInfo: (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })): Configuration;
|
|
@@ -738,21 +738,21 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
738
738
|
addMultiDeviceTarget(deviceName: "iPhone 11"): Configuration;
|
|
739
739
|
addMultiDeviceTarget(deviceName: "iPhone 11 Pro Max"): Configuration;
|
|
740
740
|
addMultiDeviceTarget(deviceName: "iPhone 11 Pro"): Configuration;
|
|
741
|
-
addMultiDeviceTarget(deviceName: "iPhone
|
|
742
|
-
addMultiDeviceTarget(deviceName: "iPhone
|
|
741
|
+
addMultiDeviceTarget(deviceName: "iPhone SE (2nd generation)"): Configuration;
|
|
742
|
+
addMultiDeviceTarget(deviceName: "iPhone SE (3rd generation)"): Configuration;
|
|
743
743
|
addMultiDeviceTarget(deviceName: "iPhone Xs"): Configuration;
|
|
744
744
|
addMultiDeviceTarget(deviceName: "iPhone 12"): Configuration;
|
|
745
745
|
addMultiDeviceTarget(deviceName: "iPhone 12 mini"): Configuration;
|
|
746
746
|
addMultiDeviceTarget(deviceName: "iPhone 12 Pro Max"): Configuration;
|
|
747
747
|
addMultiDeviceTarget(deviceName: "iPhone 12 Pro"): Configuration;
|
|
748
748
|
addMultiDeviceTarget(deviceName: "iPhone 13"): Configuration;
|
|
749
|
+
addMultiDeviceTarget(deviceName: "iPhone 13 mini"): Configuration;
|
|
749
750
|
addMultiDeviceTarget(deviceName: "iPhone 13 Pro Max"): Configuration;
|
|
750
751
|
addMultiDeviceTarget(deviceName: "iPhone 13 Pro"): Configuration;
|
|
751
752
|
addMultiDeviceTarget(deviceName: "iPhone 14"): Configuration;
|
|
752
753
|
addMultiDeviceTarget(deviceName: "iPhone 14 Pro Max"): Configuration;
|
|
753
|
-
addMultiDeviceTarget(deviceName: "iPhone
|
|
754
|
-
addMultiDeviceTarget(deviceName: "iPhone
|
|
755
|
-
addMultiDeviceTarget(deviceName: "iPhone 13 mini"): Configuration;
|
|
754
|
+
addMultiDeviceTarget(deviceName: "iPhone 8"): Configuration;
|
|
755
|
+
addMultiDeviceTarget(deviceName: "iPhone 8 Plus"): Configuration;
|
|
756
756
|
addMultiDeviceTarget(deviceName: "iPhone Xs Max"): Configuration;
|
|
757
757
|
get visualGridOptions(): { [key: string]: any; };
|
|
758
758
|
set visualGridOptions(visualGridOptions: { [key: string]: any; });
|
|
@@ -923,17 +923,19 @@ export enum FailureReport {
|
|
|
923
923
|
IMMEDIATE = 'IMMEDIATE',
|
|
924
924
|
ON_CLOSE = 'ON_CLOSE'
|
|
925
925
|
}
|
|
926
|
-
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
|
|
926
|
+
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";
|
|
927
927
|
export enum IosDeviceName {
|
|
928
928
|
iPad_7 = 'iPad (7th generation)',
|
|
929
929
|
iPad_9 = 'iPad (9th generation)',
|
|
930
|
+
iPad_10 = 'iPad (10th generation)',
|
|
931
|
+
iPad_mini_6 = 'iPad mini (6th generation)',
|
|
930
932
|
iPad_Air_4 = 'iPad Air (4th generation)',
|
|
931
933
|
iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
932
934
|
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
933
935
|
iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
934
936
|
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
935
|
-
|
|
936
|
-
|
|
937
|
+
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
938
|
+
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
937
939
|
iPhone_X = 'iPhone X',
|
|
938
940
|
iPhone_XR = 'iPhone XR',
|
|
939
941
|
iPhone_XS = 'iPhone Xs',
|
|
@@ -946,12 +948,21 @@ export enum IosDeviceName {
|
|
|
946
948
|
iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
|
|
947
949
|
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
948
950
|
iPhone_13 = 'iPhone 13',
|
|
951
|
+
iPhone_13_mini = 'iPhone 13 mini',
|
|
949
952
|
iPhone_13_Pro_Max = 'iPhone 13 Pro Max',
|
|
950
953
|
iPhone_13_Pro = 'iPhone 13 Pro',
|
|
951
954
|
iPhone_14 = 'iPhone 14',
|
|
952
955
|
iPhone_14_Pro_Max = 'iPhone 14 Pro Max',
|
|
956
|
+
iPhone_14_Pro = 'iPhone 14 Pro',
|
|
957
|
+
iPhone_14_Plus = 'iPhone 14 Plus',
|
|
953
958
|
iPhone_15 = 'iPhone 15',
|
|
954
|
-
iPhone_15_Pro_Max = 'iPhone 15 Pro Max'
|
|
959
|
+
iPhone_15_Pro_Max = 'iPhone 15 Pro Max',
|
|
960
|
+
iPhone_15_Pro = 'iPhone 15 Pro',
|
|
961
|
+
iPhone_15_Plus = 'iPhone 15 Plus',
|
|
962
|
+
iPhone_16 = 'iPhone 16',
|
|
963
|
+
iPhone_16_Pro_Max = 'iPhone 16 Pro Max',
|
|
964
|
+
iPhone_16_Pro = 'iPhone 16 Pro',
|
|
965
|
+
iPhone_16_Plus = 'iPhone 16 Plus'
|
|
955
966
|
}
|
|
956
967
|
export type IosVersionPlain = AndroidVersionPlain;
|
|
957
968
|
export enum IosVersion {
|