@applitools/spec-driver-selenium 1.5.99 → 1.5.101
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 +33 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.101](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.100...js/spec-driver-selenium@1.5.101) (2025-05-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.8.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* remove redundant file readings and added rendering concurrency limit ([#2956](https://github.com/Applitools-Dev/sdk/issues/2956)) ([b970180](https://github.com/Applitools-Dev/sdk/commit/b97018010fdf12cb0d202192b22f643c16c569d5))
|
|
12
|
+
* @applitools/logger bumped to 2.1.4
|
|
13
|
+
|
|
14
|
+
* @applitools/driver bumped to 1.21.4
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.5.100](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.99...js/spec-driver-selenium@1.5.100) (2025-05-07)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* @applitools/utils bumped to 1.8.1
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* offline test dist readings | AD-9894 ([#2945](https://github.com/Applitools-Dev/sdk/issues/2945)) ([92293f4](https://github.com/Applitools-Dev/sdk/commit/92293f40ddbbb015fba224a70158bbd0cdbcf799))
|
|
26
|
+
* @applitools/logger bumped to 2.1.3
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* silent tunnel warning | AD-9842 ([#2932](https://github.com/Applitools-Dev/sdk/issues/2932)) ([e83a2ff](https://github.com/Applitools-Dev/sdk/commit/e83a2fffc5c73edda8c52c101356f94d0c600959))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
* @applitools/driver bumped to 1.21.3
|
|
34
|
+
|
|
35
|
+
|
|
3
36
|
## [1.5.99](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.98...js/spec-driver-selenium@1.5.99) (2025-04-29)
|
|
4
37
|
|
|
5
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/spec-driver-selenium",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.101",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"selenium",
|
|
6
6
|
"selenium-webdriver",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@applitools/driver": "1.21.
|
|
50
|
-
"@applitools/utils": "1.8.
|
|
49
|
+
"@applitools/driver": "1.21.4",
|
|
50
|
+
"@applitools/utils": "1.8.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@applitools/api-extractor": "^1.2.22",
|