@applitools/eyes-playwright 1.42.4 → 1.43.0

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,76 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.43.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.42.5...js/eyes-playwright@1.43.0) (2026-01-14)
4
+
5
+
6
+ ### Features
7
+
8
+ * expose buildId in BatchInfo type | FLD-4020 ([#3466](https://github.com/Applitools-Dev/sdk/issues/3466)) ([7868ba0](https://github.com/Applitools-Dev/sdk/commit/7868ba08de9a9d348c42d8eac5a953dce44844d0))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/core bumped to 4.54.3
14
+ #### Bug Fixes
15
+
16
+ * `close`/`getResults` race condition ([#3450](https://github.com/Applitools-Dev/sdk/issues/3450)) ([2e5437d](https://github.com/Applitools-Dev/sdk/commit/2e5437dcfde6fda58d76227659ee249bfa3885a7))
17
+ * @applitools/eyes bumped to 1.37.0
18
+ #### Features
19
+
20
+ * expose buildId in BatchInfo type | FLD-4020 ([#3466](https://github.com/Applitools-Dev/sdk/issues/3466)) ([7868ba0](https://github.com/Applitools-Dev/sdk/commit/7868ba08de9a9d348c42d8eac5a953dce44844d0))
21
+
22
+
23
+
24
+
25
+ ## [1.42.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.42.4...js/eyes-playwright@1.42.5) (2026-01-11)
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * @applitools/driver bumped to 1.24.4
31
+ #### Bug Fixes
32
+
33
+ * scrolling element fallback logic | FLD-3959 ([#3442](https://github.com/Applitools-Dev/sdk/issues/3442)) ([36348b4](https://github.com/Applitools-Dev/sdk/commit/36348b46e6a127c99d4ccfa58bf386a8e414fb40))
34
+ * @applitools/dom-snapshot bumped to 4.15.5
35
+
36
+ * @applitools/dom-capture bumped to 11.6.8
37
+ #### Bug Fixes
38
+
39
+ * added support for `font-style` attribute | AD-12435 ([#3458](https://github.com/Applitools-Dev/sdk/issues/3458)) ([f121c2a](https://github.com/Applitools-Dev/sdk/commit/f121c2acdea9285b8b53846466dcb4e2c97820e4))
40
+ * @applitools/nml-client bumped to 1.11.14
41
+ #### Bug Fixes
42
+
43
+ * nml broker retry mechanism | FLD-3968 FLD-3963 FLD-3950 ([#3430](https://github.com/Applitools-Dev/sdk/issues/3430)) ([42617e0](https://github.com/Applitools-Dev/sdk/commit/42617e021f43a89f8a8f2cb914f489ac8d215714))
44
+
45
+
46
+
47
+ * @applitools/core bumped to 4.54.2
48
+ #### Bug Fixes
49
+
50
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
51
+ * preserve response body in broker handler ([e1bec23](https://github.com/Applitools-Dev/sdk/commit/e1bec23eabf8e8b73db7ec7cd2febb054047f7a7))
52
+
53
+
54
+
55
+ * @applitools/spec-driver-webdriver bumped to 1.5.4
56
+
57
+ * @applitools/spec-driver-selenium bumped to 1.7.10
58
+
59
+ * @applitools/spec-driver-playwright bumped to 1.7.10
60
+
61
+ * @applitools/spec-driver-puppeteer bumped to 1.6.10
62
+
63
+ * @applitools/screenshoter bumped to 3.12.11
64
+
65
+ * @applitools/core-base bumped to 1.31.1
66
+ #### Bug Fixes
67
+
68
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
69
+ * @applitools/ec-client bumped to 1.12.16
70
+
71
+ * @applitools/eyes bumped to 1.36.20
72
+
73
+
3
74
  ## [1.42.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.42.3...js/eyes-playwright@1.42.4) (2025-12-28)
4
75
 
5
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.42.4",
3
+ "version": "1.43.0",
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.36.19",
62
+ "@applitools/eyes": "1.37.0",
63
63
  "@applitools/req": "1.8.7",
64
- "@applitools/spec-driver-playwright": "1.7.9",
64
+ "@applitools/spec-driver-playwright": "1.7.10",
65
65
  "@applitools/utils": "1.14.1",
66
66
  "@inquirer/prompts": "7.0.1",
67
67
  "chalk": "4.1.2",
package/types/index.d.ts CHANGED
@@ -840,7 +840,7 @@ export enum CorsIframeHandle {
840
840
  KEEP = 'KEEP',
841
841
  SNAPSHOT = 'SNAPSHOT'
842
842
  }
843
- 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 A52s" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "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";
843
+ 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";
844
844
  export enum DeviceName {
845
845
  iPhone_4 = 'iPhone 4',
846
846
  iPhone_5SE = 'iPhone 5/SE',
@@ -920,12 +920,15 @@ export enum DeviceName {
920
920
  Galaxy_Tab_A8 = 'Galaxy Tab A8',
921
921
  Galaxy_S23 = 'Galaxy S23',
922
922
  Galaxy_S23_Ultra = 'Galaxy S23 Ultra',
923
+ Galaxy_S25 = 'Galaxy S25',
924
+ Galaxy_S25_Ultra = 'Galaxy S25 Ultra',
923
925
  Galaxy_A52s = 'Galaxy A52s',
924
926
  Pixel_3 = 'Pixel 3',
925
927
  Pixel_3_XL = 'Pixel 3 XL',
926
928
  Pixel_4 = 'Pixel 4',
927
929
  Pixel_4_XL = 'Pixel 4 XL',
928
930
  Pixel_5 = 'Pixel 5',
931
+ Pixel_9 = 'Pixel 9',
929
932
  iPad_7th_Gen = 'iPad 7th Gen',
930
933
  OnePlus_7T = 'OnePlus 7T',
931
934
  OnePlus_7T_Pro = 'OnePlus 7T Pro',
@@ -1184,6 +1187,7 @@ export type BatchInfoPlain = {
1184
1187
  startedAt?: undefined | string | Date;
1185
1188
  notifyOnCompletion?: undefined | boolean;
1186
1189
  properties?: undefined | Array<PropertyDataPlain>;
1190
+ buildId?: undefined | string;
1187
1191
  };
1188
1192
  export class BatchInfo implements Required<BatchInfoPlain> {
1189
1193
  constructor();
@@ -1217,6 +1221,10 @@ export class BatchInfo implements Required<BatchInfoPlain> {
1217
1221
  setProperties(properties: Array<PropertyDataPlain>): BatchInfo;
1218
1222
  addProperty(name: string, value: string): BatchInfo;
1219
1223
  addProperty(prop: PropertyDataPlain): BatchInfo;
1224
+ get buildId(): string;
1225
+ set buildId(buildId: string);
1226
+ getBuildId(): string;
1227
+ setBuildId(buildId: string): BatchInfo;
1220
1228
  }
1221
1229
  export type Image = {
1222
1230
  image: string | Buffer | URL;