@applitools/eyes 1.22.0 → 1.22.2
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
CHANGED
|
@@ -1,5 +1,77 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.22.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.22.1...js/eyes@1.22.2) (2024-09-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-capture bumped to 11.4.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* 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))
|
|
12
|
+
* @applitools/driver bumped to 1.19.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* 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))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
|
|
21
|
+
* searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
|
|
22
|
+
* @applitools/tunnel-client bumped to 1.5.8
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
* @applitools/core-base bumped to 1.16.1
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
|
|
33
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.12
|
|
34
|
+
|
|
35
|
+
* @applitools/spec-driver-selenium bumped to 1.5.83
|
|
36
|
+
|
|
37
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.12
|
|
38
|
+
|
|
39
|
+
* @applitools/screenshoter bumped to 3.8.36
|
|
40
|
+
|
|
41
|
+
* @applitools/nml-client bumped to 1.8.10
|
|
42
|
+
|
|
43
|
+
* @applitools/ec-client bumped to 1.9.4
|
|
44
|
+
|
|
45
|
+
* @applitools/core bumped to 4.18.2
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* 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))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## [1.22.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.22.0...js/eyes@1.22.1) (2024-08-12)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* update ios devices enums ([9b4614f](https://github.com/Applitools-Dev/sdk/commit/9b4614f09bbbe42cf99824d76893f9067aab2cc4))
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Dependencies
|
|
62
|
+
|
|
63
|
+
* @applitools/dom-capture bumped to 11.3.1
|
|
64
|
+
#### Performance Improvements
|
|
65
|
+
|
|
66
|
+
* link tag without href ([#2450](https://github.com/Applitools-Dev/sdk/issues/2450)) ([523c3cd](https://github.com/Applitools-Dev/sdk/commit/523c3cd1cb003e9144015885b522e1d82e616b7a))
|
|
67
|
+
* @applitools/core bumped to 4.18.1
|
|
68
|
+
#### Bug Fixes
|
|
69
|
+
|
|
70
|
+
* layoutbreakpoints stale dom ([#2456](https://github.com/Applitools-Dev/sdk/issues/2456)) ([a4329d6](https://github.com/Applitools-Dev/sdk/commit/a4329d6d280d27763e0c8ff6374bd26861183939))
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
3
75
|
## [1.22.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.21.0...js/eyes@1.22.0) (2024-07-23)
|
|
4
76
|
|
|
5
77
|
|
|
@@ -4,39 +4,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
exports.IosDeviceNameEnum = void 0;
|
|
5
5
|
var IosDeviceNameEnum;
|
|
6
6
|
(function (IosDeviceNameEnum) {
|
|
7
|
-
IosDeviceNameEnum["iPad_5"] = "iPad (5th generation)";
|
|
8
|
-
IosDeviceNameEnum["iPad_6"] = "iPad (6th generation)";
|
|
9
7
|
IosDeviceNameEnum["iPad_7"] = "iPad (7th generation)";
|
|
10
|
-
IosDeviceNameEnum["iPad_8"] = "iPad (8th generation)";
|
|
11
8
|
IosDeviceNameEnum["iPad_9"] = "iPad (9th generation)";
|
|
12
|
-
IosDeviceNameEnum["iPad_10"] = "iPad (10th generation)";
|
|
13
|
-
IosDeviceNameEnum["iPad_Air_2"] = "iPad Air 2";
|
|
14
|
-
IosDeviceNameEnum["iPad_Air_3"] = "iPad Air (3rd generation)";
|
|
15
9
|
IosDeviceNameEnum["iPad_Air_4"] = "iPad Air (4th generation)";
|
|
16
|
-
IosDeviceNameEnum["iPad_Air_5"] = "iPad Air (5th generation)";
|
|
17
|
-
IosDeviceNameEnum["iPad_mini_4"] = "iPad mini 4";
|
|
18
|
-
IosDeviceNameEnum["iPad_mini_5"] = "iPad mini (5th generation)";
|
|
19
|
-
IosDeviceNameEnum["iPad_mini_6"] = "iPad mini (6th generation)";
|
|
20
|
-
IosDeviceNameEnum["iPad_Pro_9_7_inch_1"] = "iPad Pro (9.7-inch)";
|
|
21
|
-
IosDeviceNameEnum["iPad_Pro_10_5_inch_1"] = "iPad Pro (10.5-inch)";
|
|
22
|
-
IosDeviceNameEnum["iPad_Pro_11_inch_1"] = "iPad Pro (11-inch) (1st generation)";
|
|
23
|
-
IosDeviceNameEnum["iPad_Pro_12_9_inch_1"] = "iPad Pro (12.9-inch) (1st generation)";
|
|
24
|
-
IosDeviceNameEnum["iPad_Pro_11_inch_2"] = "iPad Pro (11-inch) (2nd generation)";
|
|
25
|
-
IosDeviceNameEnum["iPad_Pro_12_9_inch_2"] = "iPad Pro (12.9-inch) (2nd generation)";
|
|
26
|
-
IosDeviceNameEnum["iPad_Pro_11_inch_3"] = "iPad Pro (11-inch) (3rd generation)";
|
|
27
10
|
/** @deprecated use {@link iPad_Pro_12_9_inch_3 } instead */
|
|
28
11
|
IosDeviceNameEnum["iPad_Pro_3"] = "iPad Pro (12.9-inch) (3rd generation)";
|
|
29
12
|
IosDeviceNameEnum["iPad_Pro_12_9_inch_3"] = "iPad Pro (12.9-inch) (3rd generation)";
|
|
30
13
|
/** @deprecated use {@link iPad_Pro_11_inch_4 } instead */
|
|
31
14
|
IosDeviceNameEnum["iPad_Pro_4"] = "iPad Pro (11-inch) (4th generation)";
|
|
32
15
|
IosDeviceNameEnum["iPad_Pro_11_inch_4"] = "iPad Pro (11-inch) (4th generation)";
|
|
33
|
-
IosDeviceNameEnum["iPad_Pro_12_9_inch_4"] = "iPad Pro (12.9-inch) (4th generation)";
|
|
34
|
-
IosDeviceNameEnum["iPad_Pro_12_9_inch_5"] = "iPad Pro (12.9-inch) (5th generation)";
|
|
35
|
-
IosDeviceNameEnum["iPad_Pro_12_9_inch_6"] = "iPad Pro (12.9-inch) (6th generation)";
|
|
36
|
-
IosDeviceNameEnum["iPhone_6s"] = "iPhone 6s";
|
|
37
|
-
IosDeviceNameEnum["iPhone_6s_Plus"] = "iPhone 6s Plus";
|
|
38
|
-
IosDeviceNameEnum["iPhone_7"] = "iPhone 7";
|
|
39
|
-
IosDeviceNameEnum["iPhone_7_Plus"] = "iPhone 7 Plus";
|
|
40
16
|
IosDeviceNameEnum["iPhone_8"] = "iPhone 8";
|
|
41
17
|
IosDeviceNameEnum["iPhone_8_Plus"] = "iPhone 8 Plus";
|
|
42
18
|
IosDeviceNameEnum["iPhone_X"] = "iPhone X";
|
|
@@ -44,7 +20,6 @@ var IosDeviceNameEnum;
|
|
|
44
20
|
/** @deprecated use {@link iPhone_Xs } instead */
|
|
45
21
|
IosDeviceNameEnum["iPhone_XS"] = "iPhone Xs";
|
|
46
22
|
IosDeviceNameEnum["iPhone_Xs"] = "iPhone Xs";
|
|
47
|
-
IosDeviceNameEnum["iPhone_Xs_Max"] = "iPhone Xs Max";
|
|
48
23
|
IosDeviceNameEnum["iPhone_11"] = "iPhone 11";
|
|
49
24
|
IosDeviceNameEnum["iPhone_11_Pro_Max"] = "iPhone 11 Pro Max";
|
|
50
25
|
IosDeviceNameEnum["iPhone_11_Pro"] = "iPhone 11 Pro";
|
|
@@ -53,21 +28,10 @@ var IosDeviceNameEnum;
|
|
|
53
28
|
IosDeviceNameEnum["iPhone_12_Pro_Max"] = "iPhone 12 Pro Max";
|
|
54
29
|
IosDeviceNameEnum["iPhone_12_Pro"] = "iPhone 12 Pro";
|
|
55
30
|
IosDeviceNameEnum["iPhone_13"] = "iPhone 13";
|
|
56
|
-
IosDeviceNameEnum["iPhone_13_mini"] = "iPhone 13 mini";
|
|
57
31
|
IosDeviceNameEnum["iPhone_13_Pro_Max"] = "iPhone 13 Pro Max";
|
|
58
32
|
IosDeviceNameEnum["iPhone_13_Pro"] = "iPhone 13 Pro";
|
|
59
33
|
IosDeviceNameEnum["iPhone_14"] = "iPhone 14";
|
|
60
|
-
IosDeviceNameEnum["iPhone_14_Plus"] = "iPhone 14 Plus";
|
|
61
|
-
IosDeviceNameEnum["iPhone_14_Pro"] = "iPhone 14 Pro";
|
|
62
34
|
IosDeviceNameEnum["iPhone_14_Pro_Max"] = "iPhone 14 Pro Max";
|
|
63
35
|
IosDeviceNameEnum["iPhone_15"] = "iPhone 15";
|
|
64
|
-
IosDeviceNameEnum["iPhone_15_Plus"] = "iPhone 15 Plus";
|
|
65
|
-
IosDeviceNameEnum["iPhone_15_Pro"] = "iPhone 15 Pro";
|
|
66
36
|
IosDeviceNameEnum["iPhone_15_Pro_Max"] = "iPhone 15 Pro Max";
|
|
67
|
-
/** @deprecated use {@link iPhone_SE_1 } instead */
|
|
68
|
-
IosDeviceNameEnum["iPhone_SE"] = "iPhone SE (1st generation)";
|
|
69
|
-
IosDeviceNameEnum["iPhone_SE_1"] = "iPhone SE (1st generation)";
|
|
70
|
-
IosDeviceNameEnum["iPhone_SE_2"] = "iPhone SE (2nd generation)";
|
|
71
|
-
IosDeviceNameEnum["iPhone_SE_3"] = "iPhone SE (3rd generation)";
|
|
72
|
-
IosDeviceNameEnum["iPod_touch_7"] = "iPod touch (7th generation)";
|
|
73
37
|
})(IosDeviceNameEnum || (exports.IosDeviceNameEnum = IosDeviceNameEnum = {}));
|
|
@@ -1044,7 +1044,8 @@ class ConfigurationData {
|
|
|
1044
1044
|
}),
|
|
1045
1045
|
check: utils.general.removeUndefinedProps({
|
|
1046
1046
|
environments: (_b = this.browsersInfo) === null || _b === void 0 ? void 0 : _b.map(browserInfo => {
|
|
1047
|
-
if (utils.types.has(browserInfo, 'iosDeviceInfo')
|
|
1047
|
+
if (utils.types.has(browserInfo, 'iosDeviceInfo') &&
|
|
1048
|
+
utils.types.has(browserInfo.iosDeviceInfo, 'iosVersion')) {
|
|
1048
1049
|
const { iosVersion, ...iosDeviceInfo } = browserInfo.iosDeviceInfo;
|
|
1049
1050
|
return { iosDeviceInfo: { ...iosDeviceInfo, version: iosVersion } };
|
|
1050
1051
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"applitools",
|
|
6
6
|
"eyes",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"test": "run --top-level mocha './test/**/*.spec.ts'"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@applitools/core": "4.18.
|
|
48
|
+
"@applitools/core": "4.18.2",
|
|
49
49
|
"@applitools/logger": "2.0.18",
|
|
50
50
|
"@applitools/utils": "1.7.4"
|
|
51
51
|
},
|
|
@@ -1,37 +1,13 @@
|
|
|
1
1
|
export declare enum IosDeviceNameEnum {
|
|
2
|
-
iPad_5 = "iPad (5th generation)",
|
|
3
|
-
iPad_6 = "iPad (6th generation)",
|
|
4
2
|
iPad_7 = "iPad (7th generation)",
|
|
5
|
-
iPad_8 = "iPad (8th generation)",
|
|
6
3
|
iPad_9 = "iPad (9th generation)",
|
|
7
|
-
iPad_10 = "iPad (10th generation)",
|
|
8
|
-
iPad_Air_2 = "iPad Air 2",
|
|
9
|
-
iPad_Air_3 = "iPad Air (3rd generation)",
|
|
10
4
|
iPad_Air_4 = "iPad Air (4th generation)",
|
|
11
|
-
iPad_Air_5 = "iPad Air (5th generation)",
|
|
12
|
-
iPad_mini_4 = "iPad mini 4",
|
|
13
|
-
iPad_mini_5 = "iPad mini (5th generation)",
|
|
14
|
-
iPad_mini_6 = "iPad mini (6th generation)",
|
|
15
|
-
iPad_Pro_9_7_inch_1 = "iPad Pro (9.7-inch)",
|
|
16
|
-
iPad_Pro_10_5_inch_1 = "iPad Pro (10.5-inch)",
|
|
17
|
-
iPad_Pro_11_inch_1 = "iPad Pro (11-inch) (1st generation)",
|
|
18
|
-
iPad_Pro_12_9_inch_1 = "iPad Pro (12.9-inch) (1st generation)",
|
|
19
|
-
iPad_Pro_11_inch_2 = "iPad Pro (11-inch) (2nd generation)",
|
|
20
|
-
iPad_Pro_12_9_inch_2 = "iPad Pro (12.9-inch) (2nd generation)",
|
|
21
|
-
iPad_Pro_11_inch_3 = "iPad Pro (11-inch) (3rd generation)",
|
|
22
5
|
/** @deprecated use {@link iPad_Pro_12_9_inch_3 } instead */
|
|
23
6
|
iPad_Pro_3 = "iPad Pro (12.9-inch) (3rd generation)",
|
|
24
7
|
iPad_Pro_12_9_inch_3 = "iPad Pro (12.9-inch) (3rd generation)",
|
|
25
8
|
/** @deprecated use {@link iPad_Pro_11_inch_4 } instead */
|
|
26
9
|
iPad_Pro_4 = "iPad Pro (11-inch) (4th generation)",
|
|
27
10
|
iPad_Pro_11_inch_4 = "iPad Pro (11-inch) (4th generation)",
|
|
28
|
-
iPad_Pro_12_9_inch_4 = "iPad Pro (12.9-inch) (4th generation)",
|
|
29
|
-
iPad_Pro_12_9_inch_5 = "iPad Pro (12.9-inch) (5th generation)",
|
|
30
|
-
iPad_Pro_12_9_inch_6 = "iPad Pro (12.9-inch) (6th generation)",
|
|
31
|
-
iPhone_6s = "iPhone 6s",
|
|
32
|
-
iPhone_6s_Plus = "iPhone 6s Plus",
|
|
33
|
-
iPhone_7 = "iPhone 7",
|
|
34
|
-
iPhone_7_Plus = "iPhone 7 Plus",
|
|
35
11
|
iPhone_8 = "iPhone 8",
|
|
36
12
|
iPhone_8_Plus = "iPhone 8 Plus",
|
|
37
13
|
iPhone_X = "iPhone X",
|
|
@@ -39,7 +15,6 @@ export declare enum IosDeviceNameEnum {
|
|
|
39
15
|
/** @deprecated use {@link iPhone_Xs } instead */
|
|
40
16
|
iPhone_XS = "iPhone Xs",
|
|
41
17
|
iPhone_Xs = "iPhone Xs",
|
|
42
|
-
iPhone_Xs_Max = "iPhone Xs Max",
|
|
43
18
|
iPhone_11 = "iPhone 11",
|
|
44
19
|
iPhone_11_Pro_Max = "iPhone 11 Pro Max",
|
|
45
20
|
iPhone_11_Pro = "iPhone 11 Pro",
|
|
@@ -48,22 +23,11 @@ export declare enum IosDeviceNameEnum {
|
|
|
48
23
|
iPhone_12_Pro_Max = "iPhone 12 Pro Max",
|
|
49
24
|
iPhone_12_Pro = "iPhone 12 Pro",
|
|
50
25
|
iPhone_13 = "iPhone 13",
|
|
51
|
-
iPhone_13_mini = "iPhone 13 mini",
|
|
52
26
|
iPhone_13_Pro_Max = "iPhone 13 Pro Max",
|
|
53
27
|
iPhone_13_Pro = "iPhone 13 Pro",
|
|
54
28
|
iPhone_14 = "iPhone 14",
|
|
55
|
-
iPhone_14_Plus = "iPhone 14 Plus",
|
|
56
|
-
iPhone_14_Pro = "iPhone 14 Pro",
|
|
57
29
|
iPhone_14_Pro_Max = "iPhone 14 Pro Max",
|
|
58
30
|
iPhone_15 = "iPhone 15",
|
|
59
|
-
|
|
60
|
-
iPhone_15_Pro = "iPhone 15 Pro",
|
|
61
|
-
iPhone_15_Pro_Max = "iPhone 15 Pro Max",
|
|
62
|
-
/** @deprecated use {@link iPhone_SE_1 } instead */
|
|
63
|
-
iPhone_SE = "iPhone SE (1st generation)",
|
|
64
|
-
iPhone_SE_1 = "iPhone SE (1st generation)",
|
|
65
|
-
iPhone_SE_2 = "iPhone SE (2nd generation)",
|
|
66
|
-
iPhone_SE_3 = "iPhone SE (3rd generation)",
|
|
67
|
-
iPod_touch_7 = "iPod touch (7th generation)"
|
|
31
|
+
iPhone_15_Pro_Max = "iPhone 15 Pro Max"
|
|
68
32
|
}
|
|
69
33
|
export type IosDeviceName = `${IosDeviceNameEnum}`;
|
|
@@ -47,7 +47,9 @@ export type AndroidDeviceInfo = {
|
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
49
|
export type IOSMultiDeviceInfo = {
|
|
50
|
-
|
|
50
|
+
iosDeviceInfo: {
|
|
51
|
+
deviceName: IosMultiDeviceTarget;
|
|
52
|
+
};
|
|
51
53
|
};
|
|
52
54
|
export type RenderInfoLegacy = RenderInfoBase & (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | ChromeEmulationInfoLegacy);
|
|
53
55
|
export type RenderInfo = RenderInfoBase & (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | IOSMultiDeviceInfo);
|