@applitools/spec-driver-selenium 1.5.49 → 1.5.51
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 +24 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.51](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.50...js/spec-driver-selenium@1.5.51) (2023-07-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/driver bumped from 1.12.4 to 1.13.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* added auto applitools lib detection ([#1707](https://github.com/applitools/eyes.sdk.javascript1/issues/1707)) ([7d439b5](https://github.com/applitools/eyes.sdk.javascript1/commit/7d439b52af55f3b0596c9d35d6ba85c717448023))
|
|
12
|
+
|
|
13
|
+
## [1.5.50](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.49...js/spec-driver-selenium@1.5.50) (2023-06-28)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* @applitools/utils bumped from 1.4.0 to 1.5.0
|
|
19
|
+
#### Features
|
|
20
|
+
|
|
21
|
+
* handled abandoned tunnels ([#1669](https://github.com/applitools/eyes.sdk.javascript1/issues/1669)) ([e01a9f6](https://github.com/applitools/eyes.sdk.javascript1/commit/e01a9f6f7543fc5e6bd842acf6ee8de8cfb49998))
|
|
22
|
+
* @applitools/driver bumped from 1.12.3 to 1.12.4
|
|
23
|
+
|
|
24
|
+
* @applitools/logger bumped from 2.0.4 to 2.0.5
|
|
25
|
+
|
|
26
|
+
|
|
3
27
|
## [1.5.49](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.48...js/spec-driver-selenium@1.5.49) (2023-06-21)
|
|
4
28
|
|
|
5
29
|
|
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.51",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"selenium",
|
|
6
6
|
"selenium-webdriver",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"up:framework": "run --top-level add-silent selenium-webdriver"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@applitools/driver": "1.
|
|
49
|
-
"@applitools/utils": "1.
|
|
48
|
+
"@applitools/driver": "1.13.0",
|
|
49
|
+
"@applitools/utils": "1.5.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@applitools/api-extractor": "^1.2.21",
|