@applitools/eyes-testcafe 6.2.10 → 6.2.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 +20 -9
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,20 @@
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
## [6.2.11](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.2.10...js/eyes-testcafe@6.2.11) (2024-10-29)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* @applitools/screenshoter bumped to 3.9.2
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* test in screenshoter web ([f068dbe](https://github.com/Applitools-Dev/sdk/commit/f068dbe9036163fb3e316411cfd9f47a226d7c9c))
|
|
25
|
+
* @applitools/core bumped to 4.21.2
|
|
26
|
+
|
|
27
|
+
* @applitools/eyes bumped to 1.25.1
|
|
28
|
+
|
|
29
|
+
|
|
16
30
|
## [6.2.10](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe-v6.2.9...js/eyes-testcafe@6.2.10) (2024-10-21)
|
|
17
31
|
|
|
18
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-testcafe",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.11",
|
|
4
4
|
"description": "Applitools Eyes SDK for TestCafe",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-testcafe",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"up:framework": "echo \"$(jq '.devDependencies.testcafe = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@applitools/driver": "1.19.
|
|
72
|
-
"@applitools/eyes": "1.
|
|
71
|
+
"@applitools/driver": "1.19.4",
|
|
72
|
+
"@applitools/eyes": "1.25.1",
|
|
73
73
|
"@applitools/utils": "1.7.4"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
package/types/index.d.ts
CHANGED
|
@@ -459,7 +459,7 @@ export type ConfigurationPlain = {
|
|
|
459
459
|
rotation?: undefined | ImageRotationPlain;
|
|
460
460
|
scaleRatio?: undefined | number;
|
|
461
461
|
concurrentSessions?: undefined | number;
|
|
462
|
-
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
|
|
462
|
+
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"; }; })>;
|
|
463
463
|
visualGridOptions?: undefined | Record<string, any>;
|
|
464
464
|
layoutBreakpoints?: undefined | boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
|
|
465
465
|
disableBrowserFetching?: undefined | boolean;
|
|
@@ -682,9 +682,9 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
682
682
|
set concurrentSessions(concurrentSessions: number);
|
|
683
683
|
getConcurrentSessions(): number;
|
|
684
684
|
setConcurrentSessions(concurrentSessions: number): Configuration;
|
|
685
|
-
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
|
|
686
|
-
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
|
|
687
|
-
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
|
|
685
|
+
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"; }; })>;
|
|
686
|
+
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"; }; })>);
|
|
687
|
+
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"; }; })>;
|
|
688
688
|
setBrowsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
689
689
|
addBrowsers(...browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
690
690
|
addBrowser(browserInfo: (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })): Configuration;
|
|
@@ -692,7 +692,7 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
692
692
|
addDeviceEmulation(deviceName: DeviceNamePlain, screenOrientation?: undefined | ScreenOrientationPlain): Configuration;
|
|
693
693
|
addMobileDevice(deviceName: AndroidDeviceNamePlain, screenOrientation: ScreenOrientationPlain, version?: undefined | AndroidVersionPlain): Configuration;
|
|
694
694
|
addMobileDevice(deviceName: IosDeviceNamePlain, screenOrientation: ScreenOrientationPlain, version?: undefined | AndroidVersionPlain): Configuration;
|
|
695
|
-
addMultiDeviceTarget(deviceName: "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone
|
|
695
|
+
addMultiDeviceTarget(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"): Configuration;
|
|
696
696
|
get visualGridOptions(): { [key: string]: any; };
|
|
697
697
|
set visualGridOptions(visualGridOptions: { [key: string]: any; });
|
|
698
698
|
getVisualGridOptions(): { [key: string]: any; };
|
|
@@ -916,17 +916,19 @@ export enum FailureReport {
|
|
|
916
916
|
IMMEDIATE = 'IMMEDIATE',
|
|
917
917
|
ON_CLOSE = 'ON_CLOSE'
|
|
918
918
|
}
|
|
919
|
-
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
|
|
919
|
+
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";
|
|
920
920
|
export enum IosDeviceName {
|
|
921
921
|
iPad_7 = 'iPad (7th generation)',
|
|
922
922
|
iPad_9 = 'iPad (9th generation)',
|
|
923
|
+
iPad_10 = 'iPad (10th generation)',
|
|
924
|
+
iPad_mini_6 = 'iPad mini (6th generation)',
|
|
923
925
|
iPad_Air_4 = 'iPad Air (4th generation)',
|
|
924
926
|
iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
925
927
|
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
926
928
|
iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
927
929
|
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
928
|
-
|
|
929
|
-
|
|
930
|
+
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
931
|
+
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
930
932
|
iPhone_X = 'iPhone X',
|
|
931
933
|
iPhone_XR = 'iPhone XR',
|
|
932
934
|
iPhone_XS = 'iPhone Xs',
|
|
@@ -939,12 +941,21 @@ export enum IosDeviceName {
|
|
|
939
941
|
iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
|
|
940
942
|
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
941
943
|
iPhone_13 = 'iPhone 13',
|
|
944
|
+
iPhone_13_mini = 'iPhone 13 mini',
|
|
942
945
|
iPhone_13_Pro_Max = 'iPhone 13 Pro Max',
|
|
943
946
|
iPhone_13_Pro = 'iPhone 13 Pro',
|
|
944
947
|
iPhone_14 = 'iPhone 14',
|
|
945
948
|
iPhone_14_Pro_Max = 'iPhone 14 Pro Max',
|
|
949
|
+
iPhone_14_Pro = 'iPhone 14 Pro',
|
|
950
|
+
iPhone_14_Plus = 'iPhone 14 Plus',
|
|
946
951
|
iPhone_15 = 'iPhone 15',
|
|
947
|
-
iPhone_15_Pro_Max = 'iPhone 15 Pro Max'
|
|
952
|
+
iPhone_15_Pro_Max = 'iPhone 15 Pro Max',
|
|
953
|
+
iPhone_15_Pro = 'iPhone 15 Pro',
|
|
954
|
+
iPhone_15_Plus = 'iPhone 15 Plus',
|
|
955
|
+
iPhone_16 = 'iPhone 16',
|
|
956
|
+
iPhone_16_Pro_Max = 'iPhone 16 Pro Max',
|
|
957
|
+
iPhone_16_Pro = 'iPhone 16 Pro',
|
|
958
|
+
iPhone_16_Plus = 'iPhone 16 Plus'
|
|
948
959
|
}
|
|
949
960
|
export type IosVersionPlain = AndroidVersionPlain;
|
|
950
961
|
export enum IosVersion {
|