@applitools/eyes-puppeteer 1.31.28 → 1.31.30
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 +89 -0
- package/package.json +3 -3
- package/types/index.d.ts +12 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,94 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.31.30](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer@1.31.29...js/eyes-puppeteer@1.31.30) (2026-07-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/nml-client bumped to 1.11.37
|
|
9
|
+
|
|
10
|
+
* @applitools/core-base bumped to 1.37.0
|
|
11
|
+
#### Features
|
|
12
|
+
|
|
13
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* stop logEventBatch leaking through mainLogger (FLD-4175 regression from [#4007](https://github.com/Applitools-Dev/sdk/issues/4007)) ([#4011](https://github.com/Applitools-Dev/sdk/issues/4011)) ([e595b64](https://github.com/Applitools-Dev/sdk/commit/e595b646e97aba5955d59b0477b608f24aae3f58))
|
|
19
|
+
* @applitools/core bumped to 4.67.0
|
|
20
|
+
#### Features
|
|
21
|
+
|
|
22
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/ec-client bumped to 1.12.39
|
|
27
|
+
|
|
28
|
+
* @applitools/eyes bumped to 1.44.0
|
|
29
|
+
#### Features
|
|
30
|
+
|
|
31
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
#### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* add Galaxy 26 to the devices enum | FLD-4707 ([ab7e5d0](https://github.com/Applitools-Dev/sdk/commit/ab7e5d014e1d21e445c6b00b2c43543f08e3b6c0))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## [1.31.29](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer@1.31.28...js/eyes-puppeteer@1.31.29) (2026-07-21)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Dependencies
|
|
45
|
+
|
|
46
|
+
* @applitools/dom-shared bumped to 1.2.2
|
|
47
|
+
#### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* CSP-safe sandbox opt-out for the MV3 extension content script | AD-14808 ([#3969](https://github.com/Applitools-Dev/sdk/issues/3969)) ([772aefa](https://github.com/Applitools-Dev/sdk/commit/772aefaa3e2bc1eb345fa8d3f6c91ad0913f82e7))
|
|
50
|
+
* @applitools/snippets bumped to 2.9.4
|
|
51
|
+
#### Bug Fixes
|
|
52
|
+
|
|
53
|
+
* bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
* @applitools/core bumped to 4.66.2
|
|
58
|
+
#### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
|
|
61
|
+
* send the old-infra retry in its check's slot | AD-14675 ([#3968](https://github.com/Applitools-Dev/sdk/issues/3968)) ([946b926](https://github.com/Applitools-Dev/sdk/commit/946b92632a511f1ed23f2f65d0382ef8d7177ea7))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
* @applitools/dom-snapshot bumped to 4.17.6
|
|
66
|
+
|
|
67
|
+
* @applitools/dom-capture bumped to 11.8.4
|
|
68
|
+
|
|
69
|
+
* @applitools/driver bumped to 1.26.6
|
|
70
|
+
|
|
71
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.6
|
|
72
|
+
|
|
73
|
+
* @applitools/spec-driver-selenium bumped to 1.8.6
|
|
74
|
+
|
|
75
|
+
* @applitools/spec-driver-playwright bumped to 1.9.6
|
|
76
|
+
|
|
77
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.6
|
|
78
|
+
|
|
79
|
+
* @applitools/screenshoter bumped to 3.12.25
|
|
80
|
+
|
|
81
|
+
* @applitools/nml-client bumped to 1.11.36
|
|
82
|
+
|
|
83
|
+
* @applitools/core-base bumped to 1.36.2
|
|
84
|
+
#### Bug Fixes
|
|
85
|
+
|
|
86
|
+
* guard logEventBatch against a logger-less event ([#4007](https://github.com/Applitools-Dev/sdk/issues/4007)) ([bb8c9b2](https://github.com/Applitools-Dev/sdk/commit/bb8c9b242801e08dd573a77e261d5fb4540cd68e))
|
|
87
|
+
* @applitools/ec-client bumped to 1.12.38
|
|
88
|
+
|
|
89
|
+
* @applitools/eyes bumped to 1.43.7
|
|
90
|
+
|
|
91
|
+
|
|
3
92
|
## [1.31.28](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer@1.31.27...js/eyes-puppeteer@1.31.28) (2026-07-08)
|
|
4
93
|
|
|
5
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-puppeteer",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.30",
|
|
4
4
|
"description": "Applitools Eyes SDK for Puppeteer",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-puppeteer",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@applitools/eyes": "1.
|
|
41
|
-
"@applitools/spec-driver-puppeteer": "1.8.
|
|
40
|
+
"@applitools/eyes": "1.44.0",
|
|
41
|
+
"@applitools/spec-driver-puppeteer": "1.8.6"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@applitools/api-extractor": "^1.2.22",
|
package/types/index.d.ts
CHANGED
|
@@ -965,7 +965,7 @@ export enum CorsIframeHandle {
|
|
|
965
965
|
KEEP = 'KEEP',
|
|
966
966
|
SNAPSHOT = 'SNAPSHOT'
|
|
967
967
|
}
|
|
968
|
-
export type DeviceNamePlain = "iPhone 4" | "iPhone 5/SE" | "iPhone SE 3rd Gen" | "iPhone 6/7/8" | "iPhone 6/7/8 Plus" | "iPhone X" | "iPhone 13 Mini" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 Pro" | "BlackBerry Z30" | "Nexus 4" | "Nexus 5" | "Nexus 5X" | "Nexus 6" | "Nexus 6P" | "Pixel 2" | "Pixel 2 XL" | "LG Optimus L70" | "Nokia N9" | "Nokia Lumia 520" | "Microsoft Lumia 550" | "Microsoft Lumia 950" | "Galaxy S3" | "Galaxy S III" | "Galaxy S5" | "Kindle Fire HDX" | "iPad Mini" | "iPad" | "iPad Pro" | "iPad 8th Gen" | "iPad 10th Gen" | "iPad Mini 4th Gen" | "iPad Mini 6th Gen" | "Blackberry PlayBook" | "Nexus 10" | "Nexus 7" | "Galaxy Note 3" | "Galaxy Note II" | "Galaxy Note 2" | "Galaxy S20" | "Galaxy S22" | "Galaxy S21" | "Galaxy S21 Ultra" | "Galaxy S22 Ultra" | "Laptop with touch" | "Laptop with HiDPI screen" | "Laptop with MDPI screen" | "iPhone XR" | "iPhone XS Max" | "iPhone XS" | "Samsung Galaxy A5" | "Galaxy A5" | "Samsung Galaxy S8" | "Galaxy S8" | "LG G6" | "iPad Air 2" | "iPad 6th Gen" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "Galaxy S10" | "Galaxy S9 Plus" | "Galaxy S9" | "Galaxy S10 Plus" | "Galaxy S8 Plus" | "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy Note 9" | "Galaxy Note 8" | "Galaxy Note 4" | "Galaxy Tab A SM-T510" | "Galaxy Tab A7 SM-T500" | "Galaxy Tab S8" | "Galaxy Tab A8" | "Galaxy S23" | "Galaxy S23 Ultra" | "Galaxy S25" | "Galaxy S25 Ultra" | "Galaxy A52s" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Pixel 9" | "iPad 7th Gen" | "OnePlus 7T" | "OnePlus 7T Pro" | "Galaxy Tab S7" | "Sony Xperia 10 II" | "Huawei Mate 50 Pro" | "Huawei Matepad 11" | "Huawei P30" | "Xiaomi Mi A3" | "Huawei P40" | "Xiaomi Redmi Note 8" | "Xiaomi Mi Poco X3 Pro" | "Xiaomi Poco X3" | "Pixel 7" | "iPhone 15";
|
|
968
|
+
export type DeviceNamePlain = "iPhone 4" | "iPhone 5/SE" | "iPhone SE 3rd Gen" | "iPhone 6/7/8" | "iPhone 6/7/8 Plus" | "iPhone X" | "iPhone 13 Mini" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 Pro" | "BlackBerry Z30" | "Nexus 4" | "Nexus 5" | "Nexus 5X" | "Nexus 6" | "Nexus 6P" | "Pixel 2" | "Pixel 2 XL" | "LG Optimus L70" | "Nokia N9" | "Nokia Lumia 520" | "Microsoft Lumia 550" | "Microsoft Lumia 950" | "Galaxy S3" | "Galaxy S III" | "Galaxy S5" | "Kindle Fire HDX" | "iPad Mini" | "iPad" | "iPad Pro" | "iPad 8th Gen" | "iPad 10th Gen" | "iPad Mini 4th Gen" | "iPad Mini 6th Gen" | "Blackberry PlayBook" | "Nexus 10" | "Nexus 7" | "Galaxy Note 3" | "Galaxy Note II" | "Galaxy Note 2" | "Galaxy S20" | "Galaxy S22" | "Galaxy S21" | "Galaxy S21 Ultra" | "Galaxy S22 Ultra" | "Laptop with touch" | "Laptop with HiDPI screen" | "Laptop with MDPI screen" | "iPhone XR" | "iPhone XS Max" | "iPhone XS" | "Samsung Galaxy A5" | "Galaxy A5" | "Samsung Galaxy S8" | "Galaxy S8" | "LG G6" | "iPad Air 2" | "iPad 6th Gen" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "Galaxy S10" | "Galaxy S9 Plus" | "Galaxy S9" | "Galaxy S10 Plus" | "Galaxy S8 Plus" | "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy Note 9" | "Galaxy Note 8" | "Galaxy Note 4" | "Galaxy Tab A SM-T510" | "Galaxy Tab A7 SM-T500" | "Galaxy Tab S8" | "Galaxy Tab A8" | "Galaxy S23" | "Galaxy S23 Ultra" | "Galaxy S25" | "Galaxy S25 Ultra" | "Galaxy A52s" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Pixel 9" | "iPad 7th Gen" | "OnePlus 7T" | "OnePlus 7T Pro" | "Galaxy Tab S7" | "Sony Xperia 10 II" | "Huawei Mate 50 Pro" | "Huawei Matepad 11" | "Huawei P30" | "Xiaomi Mi A3" | "Huawei P40" | "Xiaomi Redmi Note 8" | "Xiaomi Mi Poco X3 Pro" | "Xiaomi Poco X3" | "Pixel 7" | "iPhone 15" | "Galaxy S26";
|
|
969
969
|
export enum DeviceName {
|
|
970
970
|
iPhone_4 = 'iPhone 4',
|
|
971
971
|
iPhone_5SE = 'iPhone 5/SE',
|
|
@@ -1069,7 +1069,8 @@ export enum DeviceName {
|
|
|
1069
1069
|
Xiaomi_Poco_X3 = 'Xiaomi Poco X3',
|
|
1070
1070
|
iPhone_5_SE = 'iPhone 5/SE',
|
|
1071
1071
|
Pixel_7 = 'Pixel 7',
|
|
1072
|
-
iPhone_15 = 'iPhone 15'
|
|
1072
|
+
iPhone_15 = 'iPhone 15',
|
|
1073
|
+
Galaxy_S26 = 'Galaxy S26'
|
|
1073
1074
|
}
|
|
1074
1075
|
export type FailureReportPlain = "IMMEDIATE" | "ON_CLOSE";
|
|
1075
1076
|
export enum FailureReport {
|
|
@@ -1886,6 +1887,7 @@ export type StepInfoPlain = {
|
|
|
1886
1887
|
readonly appUrls: AppUrlsPlain;
|
|
1887
1888
|
readonly apiUrls: ApiUrlsPlain;
|
|
1888
1889
|
readonly renderId: Array<string>;
|
|
1890
|
+
readonly isAutoAcceptedInfraUpdate?: undefined | boolean;
|
|
1889
1891
|
};
|
|
1890
1892
|
export class StepInfo implements Required<StepInfoPlain> {
|
|
1891
1893
|
get name(): string;
|
|
@@ -1909,6 +1911,8 @@ export class StepInfo implements Required<StepInfoPlain> {
|
|
|
1909
1911
|
get renderId(): Array<string>;
|
|
1910
1912
|
getRenderId(): Array<string>;
|
|
1911
1913
|
setRenderId(renderId: Array<string>): void;
|
|
1914
|
+
get isAutoAcceptedInfraUpdate(): boolean;
|
|
1915
|
+
getIsAutoAcceptedInfraUpdate(): boolean;
|
|
1912
1916
|
}
|
|
1913
1917
|
export type TestAccessibilityStatus = { readonly status: AccessibilityStatusPlain; readonly level: AccessibilityLevelPlain; readonly version: AccessibilityGuidelinesVersionPlain; };
|
|
1914
1918
|
export type TestResultsPlain = {
|
|
@@ -1944,7 +1948,8 @@ export type TestResultsPlain = {
|
|
|
1944
1948
|
readonly url?: undefined | string;
|
|
1945
1949
|
readonly server?: undefined | { eyesServerUrl: string; apiKey: string; proxy?: undefined | ProxySettingsPlain; };
|
|
1946
1950
|
readonly keepIfDuplicate?: undefined | boolean;
|
|
1947
|
-
readonly
|
|
1951
|
+
readonly hasAutoAcceptedInfraUpdateSteps?: undefined | boolean;
|
|
1952
|
+
readonly allMismatchesAreInfra?: undefined | boolean;
|
|
1948
1953
|
};
|
|
1949
1954
|
export class TestResults implements Required<TestResultsPlain> {
|
|
1950
1955
|
get id(): string;
|
|
@@ -2046,8 +2051,10 @@ export class TestResults implements Required<TestResultsPlain> {
|
|
|
2046
2051
|
useDnsCache?: undefined | boolean;
|
|
2047
2052
|
};
|
|
2048
2053
|
get keepIfDuplicate(): boolean;
|
|
2049
|
-
get
|
|
2050
|
-
|
|
2054
|
+
get hasAutoAcceptedInfraUpdateSteps(): boolean;
|
|
2055
|
+
getHasAutoAcceptedInfraUpdateSteps(): boolean;
|
|
2056
|
+
get allMismatchesAreInfra(): boolean;
|
|
2057
|
+
getAllMismatchesAreInfra(): boolean;
|
|
2051
2058
|
isPassed(): boolean;
|
|
2052
2059
|
delete(): Promise<void>;
|
|
2053
2060
|
deleteSession(): Promise<void>;
|