@applitools/core 4.56.3 → 4.57.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 +45 -0
- package/package.json +11 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.57.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.56.3...js/core@4.57.0) (2026-03-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* 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))
|
|
14
|
+
* 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))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
* @applitools/dom-snapshot bumped to 4.15.10
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* 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))
|
|
23
|
+
* @applitools/req bumped to 1.9.0
|
|
24
|
+
#### Features
|
|
25
|
+
|
|
26
|
+
* http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
|
|
27
|
+
* @applitools/nml-client bumped to 1.11.18
|
|
28
|
+
|
|
29
|
+
* @applitools/tunnel-client bumped to 1.11.7
|
|
30
|
+
|
|
31
|
+
* @applitools/ufg-client bumped to 1.19.3
|
|
32
|
+
|
|
33
|
+
* @applitools/core-base bumped to 1.32.0
|
|
34
|
+
#### Features
|
|
35
|
+
|
|
36
|
+
* http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* 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))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
* @applitools/ec-client bumped to 1.12.20
|
|
46
|
+
|
|
47
|
+
|
|
3
48
|
## [4.56.3](https://github.com/Applitools-Dev/sdk/compare/js/core@4.56.2...js/core@4.56.3) (2026-03-01)
|
|
4
49
|
|
|
5
50
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.57.0",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -50,7 +50,9 @@
|
|
|
50
50
|
"test": "run --top-level mocha './test/**/*.spec.ts' --exclude './test/e2e/mocha-sync/**' --parallel --jobs ${MOCHA_JOBS:-15} --exit --require ./test/mocha-global-setup.js",
|
|
51
51
|
"test:local": "MOCHA_OMIT_TAGS=sauce,browserstack run test",
|
|
52
52
|
"test:sauce": "MOCHA_ONLY_TAGS=sauce,browserstack run test",
|
|
53
|
-
"test:
|
|
53
|
+
"test:bin": "MOCHA_GROUP=bin run --top-level mocha './test/bin/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15} --require ./test/mocha-global-setup.js",
|
|
54
|
+
"test:e2e": "MOCHA_OMIT_TAGS=http2 MOCHA_GROUP=e2e run --top-level mocha './test/e2e/**/*.spec.ts' --exclude './test/e2e/mocha-sync/**' --parallel --jobs ${MOCHA_JOBS:-15} --exit --require ./test/mocha-global-setup.js",
|
|
55
|
+
"test:e2e:http2": "APPLITOOLS_HTTP_VERSION=2 MOCHA_OMIT_TAGS=http1,sauce,browserstack MOCHA_GROUP=e2e run --top-level mocha './test/e2e/**/*.spec.ts' --exclude './test/e2e/mocha-sync/**' --parallel --jobs ${MOCHA_JOBS:-15} --exit --require ./test/mocha-global-setup.js",
|
|
54
56
|
"test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/**/*.spec.ts' --require ./test/mocha-global-setup.js",
|
|
55
57
|
"test:e2e:sync": "MOCHA_GROUP=e2e SYNC=true run --top-level mocha './test/e2e/mocha-sync/**/*.spec.ts' --exit --require ./test/mocha-global-setup.js",
|
|
56
58
|
"test:unit": "MOCHA_GROUP=unit run --top-level mocha './test/unit/**/*.spec.ts' --require ./test/mocha-global-setup.js",
|
|
@@ -58,18 +60,18 @@
|
|
|
58
60
|
"setup:standalone": "sh -c 'yarn chromedriver --port=4444 --verbose &'"
|
|
59
61
|
},
|
|
60
62
|
"dependencies": {
|
|
61
|
-
"@applitools/core-base": "1.
|
|
63
|
+
"@applitools/core-base": "1.32.0",
|
|
62
64
|
"@applitools/dom-capture": "11.6.9",
|
|
63
|
-
"@applitools/dom-snapshot": "4.15.
|
|
65
|
+
"@applitools/dom-snapshot": "4.15.10",
|
|
64
66
|
"@applitools/driver": "1.25.1",
|
|
65
|
-
"@applitools/ec-client": "1.12.
|
|
67
|
+
"@applitools/ec-client": "1.12.20",
|
|
66
68
|
"@applitools/logger": "2.2.8",
|
|
67
|
-
"@applitools/nml-client": "1.11.
|
|
68
|
-
"@applitools/req": "1.
|
|
69
|
+
"@applitools/nml-client": "1.11.18",
|
|
70
|
+
"@applitools/req": "1.9.0",
|
|
69
71
|
"@applitools/screenshoter": "3.12.14",
|
|
70
72
|
"@applitools/snippets": "2.7.0",
|
|
71
73
|
"@applitools/socket": "1.3.9",
|
|
72
|
-
"@applitools/ufg-client": "1.19.
|
|
74
|
+
"@applitools/ufg-client": "1.19.3",
|
|
73
75
|
"@applitools/utils": "1.14.1",
|
|
74
76
|
"abort-controller": "3.0.0",
|
|
75
77
|
"chalk": "4.1.2",
|
|
@@ -83,7 +85,7 @@
|
|
|
83
85
|
"@applitools/spec-driver-selenium": "^1.7.12",
|
|
84
86
|
"@applitools/test-server": "^1.4.0",
|
|
85
87
|
"@applitools/test-utils": "^1.5.17",
|
|
86
|
-
"@applitools/tunnel-client": "^1.11.
|
|
88
|
+
"@applitools/tunnel-client": "^1.11.7",
|
|
87
89
|
"@types/mocha": "^10.0.7",
|
|
88
90
|
"@types/node": "^12.20.55",
|
|
89
91
|
"@types/selenium-webdriver": "^4.1.2",
|