@applitools/eyes-playwright 1.44.5 → 1.45.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 CHANGED
@@ -1,5 +1,83 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.45.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.45.0...js/eyes-playwright@1.45.1) (2026-03-08)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.6.10
9
+ #### Bug Fixes
10
+
11
+ * handle empty data URLs in CSS extraction | FLD-4158 ([#3606](https://github.com/Applitools-Dev/sdk/issues/3606)) ([8adef70](https://github.com/Applitools-Dev/sdk/commit/8adef702c7136b0b4a15f150b3d7ca6f649b30a2))
12
+ * @applitools/core bumped to 4.57.1
13
+ #### Bug Fixes
14
+
15
+ * remove checkNetwork from public API, add unit tests ([#3598](https://github.com/Applitools-Dev/sdk/issues/3598)) ([d0a70a3](https://github.com/Applitools-Dev/sdk/commit/d0a70a3b7319aab6e1ca9dbca5e6a94069955447))
16
+
17
+
18
+
19
+ * @applitools/eyes bumped to 1.38.7
20
+
21
+
22
+ ## [1.45.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.44.5...js/eyes-playwright@1.45.0) (2026-03-02)
23
+
24
+
25
+ ### Features
26
+
27
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * resolve Node.js punycode deprecation warning in tests ([#3590](https://github.com/Applitools-Dev/sdk/issues/3590)) ([b759df9](https://github.com/Applitools-Dev/sdk/commit/b759df98dcce2bcfb09db105edadbc73964e4d8d))
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/dom-snapshot bumped to 4.15.10
38
+ #### Bug Fixes
39
+
40
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
41
+ * @applitools/req bumped to 1.9.0
42
+ #### Features
43
+
44
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
45
+ * @applitools/core bumped to 4.57.0
46
+ #### Features
47
+
48
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
49
+
50
+
51
+ #### Bug Fixes
52
+
53
+ * resolve Node.js punycode deprecation warning in tests ([#3590](https://github.com/Applitools-Dev/sdk/issues/3590)) ([b759df9](https://github.com/Applitools-Dev/sdk/commit/b759df98dcce2bcfb09db105edadbc73964e4d8d))
54
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
55
+
56
+
57
+
58
+ * @applitools/nml-client bumped to 1.11.18
59
+
60
+ * @applitools/tunnel-client bumped to 1.11.7
61
+
62
+ * @applitools/ufg-client bumped to 1.19.3
63
+
64
+ * @applitools/core-base bumped to 1.32.0
65
+ #### Features
66
+
67
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
68
+
69
+
70
+ #### Bug Fixes
71
+
72
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
73
+
74
+
75
+
76
+ * @applitools/ec-client bumped to 1.12.20
77
+
78
+ * @applitools/eyes bumped to 1.38.6
79
+
80
+
3
81
  ## [1.44.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.44.4...js/eyes-playwright@1.44.5) (2026-03-01)
4
82
 
5
83
 
@@ -132,6 +132,10 @@ const makeReporterRequest = (settings) => {
132
132
  'EAI_AGAIN',
133
133
  'STUCK_REQUEST',
134
134
  'ENOMEM',
135
+ 'UND_ERR_SOCKET',
136
+ 'UND_ERR_CONNECT_TIMEOUT',
137
+ 'UND_ERR_HEADERS_TIMEOUT',
138
+ 'UND_ERR_BODY_TIMEOUT',
135
139
  ],
136
140
  },
137
141
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.44.5",
3
+ "version": "1.45.1",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -53,16 +53,18 @@
53
53
  "build:report": "rollup --config src/fixture/build/rollup.config.mjs && cp src/fixture/reporterStyle.css dist/fixture && cp -R src/fixture/images dist/fixture",
54
54
  "build:cli": "cp -R src/fixture/example dist/fixture",
55
55
  "generate:tests": "NODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ./test/generic/config.mjs",
56
- "test": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Tests: eyes-playwright' APPLITOOLS_BATCH_ID=$(uuidgen) run --top-level mocha './test/*.spec.{js,ts}' --exit",
56
+ "test": "MOCHA_OMIT_TAGS=http2 APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Tests: eyes-playwright' APPLITOOLS_BATCH_ID=$(uuidgen) run --top-level mocha './test/*.spec.{js,ts}' --exit",
57
+ "test:http2": "APPLITOOLS_HTTP_VERSION=2 MOCHA_OMIT_TAGS=http1 APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Tests: eyes-playwright' APPLITOOLS_BATCH_ID=$(uuidgen) run --top-level mocha './test/*.spec.{js,ts}' --exit",
57
58
  "test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-playwright' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-3} --exit",
58
59
  "test:fixture": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(npx uuid).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-playwright-fixture' APPLITOOLS_BATCH_ID=$(npx uuid) run playwright test",
60
+ "test:fixture:http2": "APPLITOOLS_HTTP_VERSION=2 APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(npx uuid).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-playwright-fixture' APPLITOOLS_BATCH_ID=$(npx uuid) run playwright test --grep-invert \"@http1\"",
59
61
  "setup": "run playwright:setup && run --top-level xvfb:setup",
60
62
  "playwright:setup": "yarn playwright install --with-deps chromium firefox webkit",
61
63
  "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
62
64
  },
63
65
  "dependencies": {
64
- "@applitools/eyes": "1.38.5",
65
- "@applitools/req": "1.8.8",
66
+ "@applitools/eyes": "1.38.7",
67
+ "@applitools/req": "1.9.0",
66
68
  "@applitools/spec-driver-playwright": "1.8.1",
67
69
  "@applitools/utils": "1.14.1",
68
70
  "@inquirer/prompts": "7.0.1",