@applitools/eyes-testcafe 6.0.0 → 6.0.3
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 +124 -0
- package/package.json +3 -3
- package/types/index.d.ts +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,130 @@
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
## [6.0.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.0.2...js/eyes-testcafe@6.0.3) (2024-03-18)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* @applitools/css-tree bumped to 1.1.2
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* trigger js release again ([1695f3d](https://github.com/Applitools-Dev/sdk/commit/1695f3d9967c7ab7b5d8c8637e86faa935a9047f))
|
|
25
|
+
* @applitools/dom-snapshot bumped to 4.9.2
|
|
26
|
+
|
|
27
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.3
|
|
28
|
+
|
|
29
|
+
* @applitools/spec-driver-selenium bumped to 1.5.72
|
|
30
|
+
|
|
31
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.3
|
|
32
|
+
|
|
33
|
+
* @applitools/driver bumped to 1.16.5
|
|
34
|
+
#### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* trigger js release again ([1695f3d](https://github.com/Applitools-Dev/sdk/commit/1695f3d9967c7ab7b5d8c8637e86faa935a9047f))
|
|
37
|
+
* @applitools/screenshoter bumped to 3.8.27
|
|
38
|
+
|
|
39
|
+
* @applitools/nml-client bumped to 1.7.5
|
|
40
|
+
|
|
41
|
+
* @applitools/ufg-client bumped to 1.10.2
|
|
42
|
+
|
|
43
|
+
* @applitools/ec-client bumped to 1.7.30
|
|
44
|
+
|
|
45
|
+
* @applitools/core bumped to 4.10.2
|
|
46
|
+
|
|
47
|
+
* @applitools/eyes bumped to 1.16.2
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## [6.0.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.0.1...js/eyes-testcafe@6.0.2) (2024-03-18)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
|
|
55
|
+
* @applitools/css-tree bumped to 1.1.1
|
|
56
|
+
#### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* trigger js release ([dbc9bf8](https://github.com/Applitools-Dev/sdk/commit/dbc9bf8da3ab5d93e570881ba2c61efa47a1b342))
|
|
59
|
+
* @applitools/dom-snapshot bumped to 4.9.1
|
|
60
|
+
|
|
61
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.2
|
|
62
|
+
|
|
63
|
+
* @applitools/spec-driver-selenium bumped to 1.5.71
|
|
64
|
+
|
|
65
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.2
|
|
66
|
+
|
|
67
|
+
* @applitools/driver bumped to 1.16.4
|
|
68
|
+
#### Bug Fixes
|
|
69
|
+
|
|
70
|
+
* trigger js release ([dbc9bf8](https://github.com/Applitools-Dev/sdk/commit/dbc9bf8da3ab5d93e570881ba2c61efa47a1b342))
|
|
71
|
+
* @applitools/screenshoter bumped to 3.8.26
|
|
72
|
+
|
|
73
|
+
* @applitools/nml-client bumped to 1.7.4
|
|
74
|
+
|
|
75
|
+
* @applitools/ufg-client bumped to 1.10.1
|
|
76
|
+
|
|
77
|
+
* @applitools/ec-client bumped to 1.7.29
|
|
78
|
+
|
|
79
|
+
* @applitools/core bumped to 4.10.1
|
|
80
|
+
|
|
81
|
+
* @applitools/eyes bumped to 1.16.1
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## [6.0.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.0.0...js/eyes-testcafe@6.0.1) (2024-03-17)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Dependencies
|
|
88
|
+
|
|
89
|
+
* @applitools/css-tree bumped to 1.1.0
|
|
90
|
+
#### Features
|
|
91
|
+
|
|
92
|
+
* support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
|
|
93
|
+
* @applitools/dom-snapshot bumped to 4.9.0
|
|
94
|
+
#### Features
|
|
95
|
+
|
|
96
|
+
* support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.1
|
|
101
|
+
|
|
102
|
+
* @applitools/spec-driver-selenium bumped to 1.5.70
|
|
103
|
+
|
|
104
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.1
|
|
105
|
+
|
|
106
|
+
* @applitools/driver bumped to 1.16.3
|
|
107
|
+
#### Bug Fixes
|
|
108
|
+
|
|
109
|
+
* skip execution of getCurrentWorld and getWorlds when env var is set ([#2234](https://github.com/Applitools-Dev/sdk/issues/2234)) ([3a88602](https://github.com/Applitools-Dev/sdk/commit/3a886028b0437b73dae0474408d9bb74ba940dec))
|
|
110
|
+
* trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
|
|
111
|
+
* @applitools/screenshoter bumped to 3.8.25
|
|
112
|
+
|
|
113
|
+
* @applitools/nml-client bumped to 1.7.3
|
|
114
|
+
|
|
115
|
+
* @applitools/ufg-client bumped to 1.10.0
|
|
116
|
+
#### Features
|
|
117
|
+
|
|
118
|
+
* support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
|
|
119
|
+
* throttle fetching resources by default ([#2216](https://github.com/Applitools-Dev/sdk/issues/2216)) ([a2da800](https://github.com/Applitools-Dev/sdk/commit/a2da80076eb30241a168500903a9d80344900213))
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
* @applitools/core bumped to 4.10.0
|
|
124
|
+
#### Features
|
|
125
|
+
|
|
126
|
+
* support webview in nml ([#2236](https://github.com/Applitools-Dev/sdk/issues/2236)) ([b4440d8](https://github.com/Applitools-Dev/sdk/commit/b4440d86a863d1af8089f8606ac6819636fa46f4))
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
* @applitools/ec-client bumped to 1.7.28
|
|
131
|
+
|
|
132
|
+
* @applitools/eyes bumped to 1.16.0
|
|
133
|
+
#### Features
|
|
134
|
+
|
|
135
|
+
* ios multi device target ([#2160](https://github.com/Applitools-Dev/sdk/issues/2160)) ([3874fb8](https://github.com/Applitools-Dev/sdk/commit/3874fb8ad77039abbb5ab78c00ffb45829b2db28))
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
16
140
|
## [6.0.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe-v5.0.1...js/eyes-testcafe@6.0.0) (2024-02-29)
|
|
17
141
|
|
|
18
142
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-testcafe",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
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.16.
|
|
72
|
-
"@applitools/eyes": "1.
|
|
71
|
+
"@applitools/driver": "1.16.5",
|
|
72
|
+
"@applitools/eyes": "1.16.2",
|
|
73
73
|
"@applitools/utils": "1.7.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
package/types/index.d.ts
CHANGED
|
@@ -357,7 +357,7 @@ export type ConfigurationPlain = {
|
|
|
357
357
|
rotation?: undefined | ImageRotationPlain;
|
|
358
358
|
scaleRatio?: undefined | number;
|
|
359
359
|
concurrentSessions?: undefined | number;
|
|
360
|
-
browsersInfo?: undefined | Array<DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo>;
|
|
360
|
+
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 Xs Max" | "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 Plus" | "iPhone 14 Pro" | "iPhone 14 Pro Max" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)"; }>;
|
|
361
361
|
visualGridOptions?: undefined | Record<string, any>;
|
|
362
362
|
layoutBreakpoints?: undefined | boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
|
|
363
363
|
disableBrowserFetching?: undefined | boolean;
|
|
@@ -574,9 +574,9 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
574
574
|
set concurrentSessions(concurrentSessions: number);
|
|
575
575
|
getConcurrentSessions(): number;
|
|
576
576
|
setConcurrentSessions(concurrentSessions: number): Configuration;
|
|
577
|
-
get browsersInfo(): Array<DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo>;
|
|
578
|
-
set browsersInfo(browsersInfo: Array<DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo>);
|
|
579
|
-
getBrowsersInfo(): Array<DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName:
|
|
577
|
+
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 Xs Max" | "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 Plus" | "iPhone 14 Pro" | "iPhone 14 Pro Max" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)"; }>;
|
|
578
|
+
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 Xs Max" | "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 Plus" | "iPhone 14 Pro" | "iPhone 14 Pro Max" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)"; }>);
|
|
579
|
+
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 Xs Max" | "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 Plus" | "iPhone 14 Pro" | "iPhone 14 Pro Max" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)"; }>;
|
|
580
580
|
setBrowsersInfo(browsersInfo: Array<DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; }>): Configuration;
|
|
581
581
|
addBrowsers(...browsersInfo: Array<DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; }>): Configuration;
|
|
582
582
|
addBrowser(browserInfo: DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; }): Configuration;
|
|
@@ -584,6 +584,7 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
584
584
|
addDeviceEmulation(deviceName: DeviceNamePlain, screenOrientation?: undefined | ScreenOrientationPlain): Configuration;
|
|
585
585
|
addMobileDevice(deviceName: AndroidDeviceNamePlain, screenOrientation: ScreenOrientationPlain, version?: undefined | AndroidVersionPlain): Configuration;
|
|
586
586
|
addMobileDevice(deviceName: IosDeviceNamePlain, screenOrientation: ScreenOrientationPlain, version?: undefined | AndroidVersionPlain): Configuration;
|
|
587
|
+
addMultiDeviceTarget(deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone Xs Max" | "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 Plus" | "iPhone 14 Pro" | "iPhone 14 Pro Max" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)"): Configuration;
|
|
587
588
|
get visualGridOptions(): { [key: string]: any; };
|
|
588
589
|
set visualGridOptions(visualGridOptions: { [key: string]: any; });
|
|
589
590
|
getVisualGridOptions(): { [key: string]: any; };
|