@applitools/spec-driver-webdriver 1.5.0 → 1.5.2
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 +32 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.2](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.5.1...js/spec-driver-webdriver@1.5.2) (2025-11-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.14.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
|
|
12
|
+
* @applitools/logger bumped to 2.2.6
|
|
13
|
+
|
|
14
|
+
* @applitools/driver bumped to 1.24.2
|
|
15
|
+
|
|
16
|
+
* @applitools/test-server bumped to 1.3.5
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [1.5.1](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.5.0...js/spec-driver-webdriver@1.5.1) (2025-11-09)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Dependencies
|
|
23
|
+
|
|
24
|
+
* @applitools/utils bumped to 1.13.0
|
|
25
|
+
#### Features
|
|
26
|
+
|
|
27
|
+
* restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
|
|
28
|
+
* @applitools/logger bumped to 2.2.5
|
|
29
|
+
|
|
30
|
+
* @applitools/driver bumped to 1.24.1
|
|
31
|
+
|
|
32
|
+
* @applitools/test-server bumped to 1.3.4
|
|
33
|
+
|
|
34
|
+
|
|
3
35
|
## [1.5.0](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.4.5...js/spec-driver-webdriver@1.5.0) (2025-10-16)
|
|
4
36
|
|
|
5
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/spec-driver-webdriver",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"webdriver",
|
|
6
6
|
"chrome devtools protocol",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"up:framework": "echo \"$(jq '.devDependencies.webdriver = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@applitools/driver": "1.24.
|
|
53
|
-
"@applitools/utils": "1.
|
|
52
|
+
"@applitools/driver": "1.24.2",
|
|
53
|
+
"@applitools/utils": "1.14.0",
|
|
54
54
|
"http-proxy-agent": "5.0.0",
|
|
55
55
|
"https-proxy-agent": "5.0.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@applitools/api-extractor": "^1.2.22",
|
|
59
|
-
"@applitools/test-server": "^1.3.
|
|
59
|
+
"@applitools/test-server": "^1.3.5",
|
|
60
60
|
"@applitools/test-utils": "^1.5.17",
|
|
61
61
|
"@types/node": "^12.20.55",
|
|
62
62
|
"nock": "^13.3.2",
|