@applitools/eyes-playwright 1.40.3 → 1.40.5

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,87 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.40.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.40.4...js/eyes-playwright@1.40.5) (2025-10-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * allow playwright reporter retry on timeout ([#3280](https://github.com/Applitools-Dev/sdk/issues/3280)) ([16c15a9](https://github.com/Applitools-Dev/sdk/commit/16c15a9b74f5cb6c50b9b97a8c4ca2ecbae65d5e))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.13.10
14
+ #### Bug Fixes
15
+
16
+ * sandboxing | FLD-3482 ([#3274](https://github.com/Applitools-Dev/sdk/issues/3274)) ([b452cbf](https://github.com/Applitools-Dev/sdk/commit/b452cbf831907b04cd70624c0af655246ce580f1))
17
+
18
+
19
+
20
+ * @applitools/driver bumped to 1.24.0
21
+ #### Features
22
+
23
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
24
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
25
+ #### Features
26
+
27
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
28
+
29
+
30
+
31
+ * @applitools/core bumped to 4.50.2
32
+ #### Bug Fixes
33
+
34
+ * missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
35
+
36
+
37
+
38
+ * @applitools/spec-driver-selenium bumped to 1.7.6
39
+
40
+ * @applitools/spec-driver-playwright bumped to 1.7.6
41
+
42
+ * @applitools/spec-driver-puppeteer bumped to 1.6.6
43
+
44
+ * @applitools/screenshoter bumped to 3.12.7
45
+
46
+ * @applitools/nml-client bumped to 1.11.9
47
+
48
+ * @applitools/ec-client bumped to 1.12.11
49
+
50
+ * @applitools/eyes bumped to 1.36.11
51
+
52
+
53
+ ## [1.40.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.40.3...js/eyes-playwright@1.40.4) (2025-10-09)
54
+
55
+
56
+ ### Dependencies
57
+
58
+ * @applitools/dom-snapshot bumped to 4.13.9
59
+ #### Bug Fixes
60
+
61
+ * verbose Unknown CSS object model logging | AD-11542 | FLD-3687 ([#3261](https://github.com/Applitools-Dev/sdk/issues/3261)) ([ba85d32](https://github.com/Applitools-Dev/sdk/commit/ba85d3287a81af109db1a7b407e5ead20f395d9f))
62
+ * @applitools/nml-client bumped to 1.11.8
63
+
64
+ * @applitools/core-base bumped to 1.28.2
65
+ #### Bug Fixes
66
+
67
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
68
+ * @applitools/core bumped to 4.50.1
69
+ #### Bug Fixes
70
+
71
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
72
+
73
+
74
+
75
+ * @applitools/ec-client bumped to 1.12.10
76
+
77
+ * @applitools/eyes bumped to 1.36.10
78
+ #### Bug Fixes
79
+
80
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
81
+
82
+
83
+
84
+
3
85
  ## [1.40.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.40.2...js/eyes-playwright@1.40.3) (2025-10-01)
4
86
 
5
87
 
@@ -123,6 +123,16 @@ const makeReporterRequest = (settings) => {
123
123
  {
124
124
  limit: 3,
125
125
  timeout: 200,
126
+ codes: [
127
+ 'ECONNRESET',
128
+ 'ECONNABORTED',
129
+ 'ECONNREFUSED',
130
+ 'ETIMEDOUT',
131
+ 'ENOTFOUND',
132
+ 'EAI_AGAIN',
133
+ 'STUCK_REQUEST',
134
+ 'ENOMEM',
135
+ ],
126
136
  },
127
137
  ],
128
138
  hooks: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.40.3",
3
+ "version": "1.40.5",
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.9",
62
+ "@applitools/eyes": "1.36.11",
63
63
  "@applitools/req": "1.8.4",
64
- "@applitools/spec-driver-playwright": "1.7.5",
64
+ "@applitools/spec-driver-playwright": "1.7.6",
65
65
  "@applitools/utils": "1.12.0",
66
66
  "@inquirer/prompts": "7.0.1",
67
67
  "chalk": "4.1.2",
package/types/index.d.ts CHANGED
@@ -1095,6 +1095,8 @@ export enum DynamicTextType {
1095
1095
  Currency = 'Currency'
1096
1096
  }
1097
1097
  export class EyesError extends Error {
1098
+ constructor(message: string, reason?: undefined | string);
1099
+ readonly reason: string;
1098
1100
  }
1099
1101
  export class TestFailedError extends EyesError {
1100
1102
  constructor(message: string, results: TestResultsPlain);