@applitools/eyes-puppeteer 1.28.4 → 1.29.1
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 +71 -0
- package/package.json +3 -3
- package/types/index.d.ts +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,76 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.29.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer@1.29.0...js/eyes-puppeteer@1.29.1) (2025-03-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core bumped to 4.32.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* add environment variable aliases (_NAME suffix) ([#2791](https://github.com/Applitools-Dev/sdk/issues/2791)) ([67501a4](https://github.com/Applitools-Dev/sdk/commit/67501a4f5491319ca62949a56ee03face08a59e5))
|
|
12
|
+
* support test concurrency in offline mode ([#2831](https://github.com/Applitools-Dev/sdk/issues/2831)) ([3b7d137](https://github.com/Applitools-Dev/sdk/commit/3b7d137a9b34bb5c564e0a5c7d3fb2520ef8a167))
|
|
13
|
+
* @applitools/eyes bumped to 1.32.6
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [1.29.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer-v1.28.5...js/eyes-puppeteer@1.29.0) (2025-01-30)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* plain object target syntax ([#2515](https://github.com/Applitools-Dev/sdk/issues/2515)) ([71842b8](https://github.com/Applitools-Dev/sdk/commit/71842b89bd05b68482df7ed16a6483ec716ddf55))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* @applitools/driver bumped to 1.20.4
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
|
35
|
+
* @applitools/ufg-client bumped to 1.16.3
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
|
39
|
+
* @applitools/core bumped to 4.31.0
|
|
40
|
+
#### Features
|
|
41
|
+
|
|
42
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
#### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
|
48
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
* @applitools/dom-snapshot bumped to 4.11.15
|
|
53
|
+
|
|
54
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.25
|
|
55
|
+
|
|
56
|
+
* @applitools/spec-driver-selenium bumped to 1.5.95
|
|
57
|
+
|
|
58
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.24
|
|
59
|
+
|
|
60
|
+
* @applitools/screenshoter bumped to 3.10.5
|
|
61
|
+
|
|
62
|
+
* @applitools/nml-client bumped to 1.8.24
|
|
63
|
+
|
|
64
|
+
* @applitools/ec-client bumped to 1.10.3
|
|
65
|
+
|
|
66
|
+
* @applitools/eyes bumped to 1.32.0
|
|
67
|
+
#### Features
|
|
68
|
+
|
|
69
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
3
74
|
## [1.28.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer@1.28.3...js/eyes-puppeteer@1.28.4) (2025-01-22)
|
|
4
75
|
|
|
5
76
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-puppeteer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.1",
|
|
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.4.
|
|
40
|
+
"@applitools/eyes": "1.32.6",
|
|
41
|
+
"@applitools/spec-driver-puppeteer": "1.4.25"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@applitools/api-extractor": "^1.2.22",
|
package/types/index.d.ts
CHANGED
|
@@ -215,6 +215,7 @@ export type CheckSettingsImagePlain = {
|
|
|
215
215
|
pageId?: undefined | string;
|
|
216
216
|
variationGroupId?: undefined | string;
|
|
217
217
|
densityMetrics?: undefined | { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; };
|
|
218
|
+
stitchMode?: undefined | StitchModePlain;
|
|
218
219
|
};
|
|
219
220
|
export type CheckSettingsAutomationPlain = {
|
|
220
221
|
name?: undefined | string;
|
|
@@ -259,6 +260,7 @@ export type CheckSettingsAutomationPlain = {
|
|
|
259
260
|
pageId?: undefined | string;
|
|
260
261
|
variationGroupId?: undefined | string;
|
|
261
262
|
densityMetrics?: undefined | { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; };
|
|
263
|
+
stitchMode?: undefined | StitchModePlain;
|
|
262
264
|
frames?: undefined | Array<{ frame: number | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })); scrollRootElement?: undefined | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })); } | (number | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })))>;
|
|
263
265
|
webview?: undefined | string | boolean;
|
|
264
266
|
scrollRootElement?: undefined | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; }));
|
|
@@ -310,6 +312,7 @@ export class CheckSettingsAutomation {
|
|
|
310
312
|
lazyLoad(options?: undefined | boolean): CheckSettingsAutomation;
|
|
311
313
|
lazyLoad(options?: undefined | { scrollLength?: undefined | number; waitingTime?: undefined | number; maxAmountToScroll?: undefined | number; }): CheckSettingsAutomation;
|
|
312
314
|
densityMetrics(options: { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; }): CheckSettingsAutomation;
|
|
315
|
+
stitchMode(stitchMode: StitchModePlain): CheckSettingsAutomation;
|
|
313
316
|
name(name: string): CheckSettingsAutomation;
|
|
314
317
|
withName(name: string): CheckSettingsAutomation;
|
|
315
318
|
ignoreRegion(region: (RegionPlain | LegacyRegionPlain | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })))): CheckSettingsAutomation;
|
|
@@ -956,7 +959,7 @@ export enum FailureReport {
|
|
|
956
959
|
IMMEDIATE = 'IMMEDIATE',
|
|
957
960
|
ON_CLOSE = 'ON_CLOSE'
|
|
958
961
|
}
|
|
959
|
-
export type IosDeviceNamePlain = "iPhone
|
|
962
|
+
export type IosDeviceNamePlain = "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";
|
|
960
963
|
export enum IosDeviceName {
|
|
961
964
|
iPad_7 = 'iPad (7th generation)',
|
|
962
965
|
iPad_9 = 'iPad (9th generation)',
|
|
@@ -969,7 +972,6 @@ export enum IosDeviceName {
|
|
|
969
972
|
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
970
973
|
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
971
974
|
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
972
|
-
iPhone_X = 'iPhone X',
|
|
973
975
|
iPhone_XR = 'iPhone XR',
|
|
974
976
|
iPhone_XS = 'iPhone Xs',
|
|
975
977
|
iPhone_Xs = 'iPhone Xs',
|