@applitools/eyes-testcafe 6.2.6 → 6.2.8
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 +76 -0
- package/package.json +3 -3
- package/types/index.d.ts +7 -42
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,82 @@
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
## [6.2.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.2.7...js/eyes-testcafe@6.2.8) (2024-09-10)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* @applitools/dom-capture bumped to 11.4.0
|
|
22
|
+
#### Features
|
|
23
|
+
|
|
24
|
+
* ability to capture all css props in computed style ([#2484](https://github.com/Applitools-Dev/sdk/issues/2484)) ([8769ee5](https://github.com/Applitools-Dev/sdk/commit/8769ee566f2d9e163437c7bcd385ec993f05f370))
|
|
25
|
+
* @applitools/driver bumped to 1.19.0
|
|
26
|
+
#### Features
|
|
27
|
+
|
|
28
|
+
* add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
|
|
34
|
+
* searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
|
|
35
|
+
* @applitools/core bumped to 4.18.2
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* don't call check-network when executing binary and cli ([#2491](https://github.com/Applitools-Dev/sdk/issues/2491)) ([ef00d20](https://github.com/Applitools-Dev/sdk/commit/ef00d205450b7bbe7abc1bc9bce8d6970f769091))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.12
|
|
43
|
+
|
|
44
|
+
* @applitools/spec-driver-selenium bumped to 1.5.83
|
|
45
|
+
|
|
46
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.12
|
|
47
|
+
|
|
48
|
+
* @applitools/screenshoter bumped to 3.8.36
|
|
49
|
+
|
|
50
|
+
* @applitools/nml-client bumped to 1.8.10
|
|
51
|
+
|
|
52
|
+
* @applitools/tunnel-client bumped to 1.5.8
|
|
53
|
+
#### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
* @applitools/core-base bumped to 1.16.1
|
|
60
|
+
#### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
|
|
63
|
+
* @applitools/ec-client bumped to 1.9.4
|
|
64
|
+
|
|
65
|
+
* @applitools/eyes bumped to 1.22.2
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## [6.2.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.2.6...js/eyes-testcafe@6.2.7) (2024-08-12)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Dependencies
|
|
72
|
+
|
|
73
|
+
* @applitools/dom-capture bumped to 11.3.1
|
|
74
|
+
#### Performance Improvements
|
|
75
|
+
|
|
76
|
+
* link tag without href ([#2450](https://github.com/Applitools-Dev/sdk/issues/2450)) ([523c3cd](https://github.com/Applitools-Dev/sdk/commit/523c3cd1cb003e9144015885b522e1d82e616b7a))
|
|
77
|
+
* @applitools/core bumped to 4.18.1
|
|
78
|
+
#### Bug Fixes
|
|
79
|
+
|
|
80
|
+
* layoutbreakpoints stale dom ([#2456](https://github.com/Applitools-Dev/sdk/issues/2456)) ([a4329d6](https://github.com/Applitools-Dev/sdk/commit/a4329d6d280d27763e0c8ff6374bd26861183939))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
* @applitools/eyes bumped to 1.22.1
|
|
85
|
+
#### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* update ios devices enums ([9b4614f](https://github.com/Applitools-Dev/sdk/commit/9b4614f09bbbe42cf99824d76893f9067aab2cc4))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
16
92
|
## [6.2.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.2.5...js/eyes-testcafe@6.2.6) (2024-07-23)
|
|
17
93
|
|
|
18
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-testcafe",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.8",
|
|
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.
|
|
72
|
-
"@applitools/eyes": "1.22.
|
|
71
|
+
"@applitools/driver": "1.19.0",
|
|
72
|
+
"@applitools/eyes": "1.22.2",
|
|
73
73
|
"@applitools/utils": "1.7.4"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
package/types/index.d.ts
CHANGED
|
@@ -358,7 +358,7 @@ export type ConfigurationPlain = {
|
|
|
358
358
|
rotation?: undefined | ImageRotationPlain;
|
|
359
359
|
scaleRatio?: undefined | number;
|
|
360
360
|
concurrentSessions?: undefined | number;
|
|
361
|
-
browsersInfo?: undefined | Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
361
|
+
browsersInfo?: undefined | Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>;
|
|
362
362
|
visualGridOptions?: undefined | Record<string, any>;
|
|
363
363
|
layoutBreakpoints?: undefined | boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
|
|
364
364
|
disableBrowserFetching?: undefined | boolean;
|
|
@@ -580,9 +580,9 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
580
580
|
set concurrentSessions(concurrentSessions: number);
|
|
581
581
|
getConcurrentSessions(): number;
|
|
582
582
|
setConcurrentSessions(concurrentSessions: number): Configuration;
|
|
583
|
-
get browsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
584
|
-
set browsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
585
|
-
getBrowsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
583
|
+
get browsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>;
|
|
584
|
+
set browsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>);
|
|
585
|
+
getBrowsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>;
|
|
586
586
|
setBrowsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
587
587
|
addBrowsers(...browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
588
588
|
addBrowser(browserInfo: (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })): Configuration;
|
|
@@ -590,7 +590,7 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
590
590
|
addDeviceEmulation(deviceName: DeviceNamePlain, screenOrientation?: undefined | ScreenOrientationPlain): Configuration;
|
|
591
591
|
addMobileDevice(deviceName: AndroidDeviceNamePlain, screenOrientation: ScreenOrientationPlain, version?: undefined | AndroidVersionPlain): Configuration;
|
|
592
592
|
addMobileDevice(deviceName: IosDeviceNamePlain, screenOrientation: ScreenOrientationPlain, version?: undefined | AndroidVersionPlain): Configuration;
|
|
593
|
-
addMultiDeviceTarget(deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
593
|
+
addMultiDeviceTarget(deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"): Configuration;
|
|
594
594
|
get visualGridOptions(): { [key: string]: any; };
|
|
595
595
|
set visualGridOptions(visualGridOptions: { [key: string]: any; });
|
|
596
596
|
getVisualGridOptions(): { [key: string]: any; };
|
|
@@ -788,46 +788,21 @@ export enum FailureReport {
|
|
|
788
788
|
IMMEDIATE = 'IMMEDIATE',
|
|
789
789
|
ON_CLOSE = 'ON_CLOSE'
|
|
790
790
|
}
|
|
791
|
-
export type IosDeviceNamePlain = "iPhone X" | "iPhone XR" | "
|
|
791
|
+
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 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone 15" | "iPhone 15 Pro Max";
|
|
792
792
|
export enum IosDeviceName {
|
|
793
|
-
iPad_5 = 'iPad (5th generation)',
|
|
794
|
-
iPad_6 = 'iPad (6th generation)',
|
|
795
793
|
iPad_7 = 'iPad (7th generation)',
|
|
796
|
-
iPad_8 = 'iPad (8th generation)',
|
|
797
794
|
iPad_9 = 'iPad (9th generation)',
|
|
798
|
-
iPad_10 = 'iPad (10th generation)',
|
|
799
|
-
iPad_Air_2 = 'iPad Air 2',
|
|
800
|
-
iPad_Air_3 = 'iPad Air (3rd generation)',
|
|
801
795
|
iPad_Air_4 = 'iPad Air (4th generation)',
|
|
802
|
-
iPad_Air_5 = 'iPad Air (5th generation)',
|
|
803
|
-
iPad_mini_4 = 'iPad mini 4',
|
|
804
|
-
iPad_mini_5 = 'iPad mini (5th generation)',
|
|
805
|
-
iPad_mini_6 = 'iPad mini (6th generation)',
|
|
806
|
-
iPad_Pro_9_7_inch_1 = 'iPad Pro (9.7-inch)',
|
|
807
|
-
iPad_Pro_10_5_inch_1 = 'iPad Pro (10.5-inch)',
|
|
808
|
-
iPad_Pro_11_inch_1 = 'iPad Pro (11-inch) (1st generation)',
|
|
809
|
-
iPad_Pro_12_9_inch_1 = 'iPad Pro (12.9-inch) (1st generation)',
|
|
810
|
-
iPad_Pro_11_inch_2 = 'iPad Pro (11-inch) (2nd generation)',
|
|
811
|
-
iPad_Pro_12_9_inch_2 = 'iPad Pro (12.9-inch) (2nd generation)',
|
|
812
|
-
iPad_Pro_11_inch_3 = 'iPad Pro (11-inch) (3rd generation)',
|
|
813
796
|
iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
814
797
|
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
815
798
|
iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
816
799
|
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
817
|
-
iPad_Pro_12_9_inch_4 = 'iPad Pro (12.9-inch) (4th generation)',
|
|
818
|
-
iPad_Pro_12_9_inch_5 = 'iPad Pro (12.9-inch) (5th generation)',
|
|
819
|
-
iPad_Pro_12_9_inch_6 = 'iPad Pro (12.9-inch) (6th generation)',
|
|
820
|
-
iPhone_6s = 'iPhone 6s',
|
|
821
|
-
iPhone_6s_Plus = 'iPhone 6s Plus',
|
|
822
|
-
iPhone_7 = 'iPhone 7',
|
|
823
|
-
iPhone_7_Plus = 'iPhone 7 Plus',
|
|
824
800
|
iPhone_8 = 'iPhone 8',
|
|
825
801
|
iPhone_8_Plus = 'iPhone 8 Plus',
|
|
826
802
|
iPhone_X = 'iPhone X',
|
|
827
803
|
iPhone_XR = 'iPhone XR',
|
|
828
804
|
iPhone_XS = 'iPhone Xs',
|
|
829
805
|
iPhone_Xs = 'iPhone Xs',
|
|
830
|
-
iPhone_Xs_Max = 'iPhone Xs Max',
|
|
831
806
|
iPhone_11 = 'iPhone 11',
|
|
832
807
|
iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
|
|
833
808
|
iPhone_11_Pro = 'iPhone 11 Pro',
|
|
@@ -836,22 +811,12 @@ export enum IosDeviceName {
|
|
|
836
811
|
iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
|
|
837
812
|
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
838
813
|
iPhone_13 = 'iPhone 13',
|
|
839
|
-
iPhone_13_mini = 'iPhone 13 mini',
|
|
840
814
|
iPhone_13_Pro_Max = 'iPhone 13 Pro Max',
|
|
841
815
|
iPhone_13_Pro = 'iPhone 13 Pro',
|
|
842
816
|
iPhone_14 = 'iPhone 14',
|
|
843
|
-
iPhone_14_Plus = 'iPhone 14 Plus',
|
|
844
|
-
iPhone_14_Pro = 'iPhone 14 Pro',
|
|
845
817
|
iPhone_14_Pro_Max = 'iPhone 14 Pro Max',
|
|
846
818
|
iPhone_15 = 'iPhone 15',
|
|
847
|
-
|
|
848
|
-
iPhone_15_Pro = 'iPhone 15 Pro',
|
|
849
|
-
iPhone_15_Pro_Max = 'iPhone 15 Pro Max',
|
|
850
|
-
iPhone_SE = 'iPhone SE (1st generation)',
|
|
851
|
-
iPhone_SE_1 = 'iPhone SE (1st generation)',
|
|
852
|
-
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
853
|
-
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
854
|
-
iPod_touch_7 = 'iPod touch (7th generation)'
|
|
819
|
+
iPhone_15_Pro_Max = 'iPhone 15 Pro Max'
|
|
855
820
|
}
|
|
856
821
|
export type IosVersionPlain = AndroidVersionPlain;
|
|
857
822
|
export enum IosVersion {
|