@applitools/eyes-playwright 1.36.2 → 1.36.4
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 +74 -0
- package/package.json +4 -4
- package/types/index.d.ts +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,79 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.36.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.36.3...js/eyes-playwright@1.36.4) (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.36.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.36.2...js/eyes-playwright@1.36.3) (2025-02-26)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* @applitools/utils bumped to 1.7.8
|
|
22
|
+
#### Performance Improvements
|
|
23
|
+
|
|
24
|
+
* ufg client dedup job info elements ([#2811](https://github.com/Applitools-Dev/sdk/issues/2811)) ([c04c147](https://github.com/Applitools-Dev/sdk/commit/c04c14776736a422292ada1029820e975adc3d31))
|
|
25
|
+
* @applitools/ufg-client bumped to 1.16.6
|
|
26
|
+
#### Performance Improvements
|
|
27
|
+
|
|
28
|
+
* ufg client dedup job info elements ([#2811](https://github.com/Applitools-Dev/sdk/issues/2811)) ([c04c147](https://github.com/Applitools-Dev/sdk/commit/c04c14776736a422292ada1029820e975adc3d31))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
* @applitools/core bumped to 4.31.4
|
|
33
|
+
#### Performance Improvements
|
|
34
|
+
|
|
35
|
+
* ufg client dedup job info elements ([#2811](https://github.com/Applitools-Dev/sdk/issues/2811)) ([c04c147](https://github.com/Applitools-Dev/sdk/commit/c04c14776736a422292ada1029820e975adc3d31))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
* @applitools/logger bumped to 2.1.1
|
|
40
|
+
|
|
41
|
+
* @applitools/dom-snapshot bumped to 4.11.16
|
|
42
|
+
|
|
43
|
+
* @applitools/socket bumped to 1.2.2
|
|
44
|
+
|
|
45
|
+
* @applitools/req bumped to 1.7.8
|
|
46
|
+
|
|
47
|
+
* @applitools/image bumped to 1.1.17
|
|
48
|
+
|
|
49
|
+
* @applitools/driver bumped to 1.20.5
|
|
50
|
+
|
|
51
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.26
|
|
52
|
+
|
|
53
|
+
* @applitools/spec-driver-selenium bumped to 1.5.96
|
|
54
|
+
|
|
55
|
+
* @applitools/spec-driver-playwright bumped to 1.5.8
|
|
56
|
+
|
|
57
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.25
|
|
58
|
+
|
|
59
|
+
* @applitools/screenshoter bumped to 3.10.6
|
|
60
|
+
|
|
61
|
+
* @applitools/nml-client bumped to 1.8.25
|
|
62
|
+
|
|
63
|
+
* @applitools/tunnel-client bumped to 1.6.3
|
|
64
|
+
|
|
65
|
+
* @applitools/core-base bumped to 1.22.2
|
|
66
|
+
|
|
67
|
+
* @applitools/ec-client bumped to 1.10.5
|
|
68
|
+
|
|
69
|
+
* @applitools/eyes bumped to 1.32.3
|
|
70
|
+
#### Bug Fixes
|
|
71
|
+
|
|
72
|
+
* stitchMode in checkSettings ([#2777](https://github.com/Applitools-Dev/sdk/issues/2777)) ([eb8d14f](https://github.com/Applitools-Dev/sdk/commit/eb8d14f5466aed803b67c0250017c503766c0c4a))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
3
77
|
## [1.36.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.36.1...js/eyes-playwright@1.36.2) (2025-02-23)
|
|
4
78
|
|
|
5
79
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-playwright",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.4",
|
|
4
4
|
"description": "Applitools Eyes SDK for Playwright",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-playwright",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@applitools/eyes": "1.32.
|
|
63
|
-
"@applitools/spec-driver-playwright": "1.5.
|
|
64
|
-
"@applitools/utils": "1.7.
|
|
62
|
+
"@applitools/eyes": "1.32.6",
|
|
63
|
+
"@applitools/spec-driver-playwright": "1.5.8",
|
|
64
|
+
"@applitools/utils": "1.7.8",
|
|
65
65
|
"@inquirer/prompts": "7.0.1",
|
|
66
66
|
"chalk": "4.1.2",
|
|
67
67
|
"yargs": "17.7.2"
|
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;
|