@applitools/eyes-selenium 4.78.0 → 4.78.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 +62 -0
- package/package.json +4 -4
- package/types/index.d.ts +385 -384
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,67 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.78.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.78.1...js/eyes-selenium@4.78.2) (2024-11-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-shared bumped to 1.0.16
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
|
12
|
+
* @applitools/dom-snapshot bumped to 4.11.11
|
|
13
|
+
|
|
14
|
+
* @applitools/req bumped to 1.7.4
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
|
18
|
+
* @applitools/core bumped to 4.24.2
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* don't populate branchName and parentBranchName when scm integration exists ([#2634](https://github.com/Applitools-Dev/sdk/issues/2634)) ([e45d671](https://github.com/Applitools-Dev/sdk/commit/e45d671e11ed40a82de1bd5ab22e757aff00b63f))
|
|
22
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/dom-capture bumped to 11.5.2
|
|
27
|
+
|
|
28
|
+
* @applitools/nml-client bumped to 1.8.19
|
|
29
|
+
|
|
30
|
+
* @applitools/tunnel-client bumped to 1.5.10
|
|
31
|
+
|
|
32
|
+
* @applitools/ufg-client bumped to 1.14.1
|
|
33
|
+
|
|
34
|
+
* @applitools/core-base bumped to 1.19.3
|
|
35
|
+
#### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
* @applitools/ec-client bumped to 1.9.15
|
|
42
|
+
|
|
43
|
+
* @applitools/eyes bumped to 1.28.0
|
|
44
|
+
#### Features
|
|
45
|
+
|
|
46
|
+
* remove Android NMG API ([#2566](https://github.com/Applitools-Dev/sdk/issues/2566)) ([750c0f0](https://github.com/Applitools-Dev/sdk/commit/750c0f0263e5ff06f86055e7ba0c3fb47cadb620))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
## [4.78.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.78.0...js/eyes-selenium@4.78.1) (2024-10-29)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Dependencies
|
|
55
|
+
|
|
56
|
+
* @applitools/screenshoter bumped to 3.9.2
|
|
57
|
+
#### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* test in screenshoter web ([f068dbe](https://github.com/Applitools-Dev/sdk/commit/f068dbe9036163fb3e316411cfd9f47a226d7c9c))
|
|
60
|
+
* @applitools/core bumped to 4.21.2
|
|
61
|
+
|
|
62
|
+
* @applitools/eyes bumped to 1.25.1
|
|
63
|
+
|
|
64
|
+
|
|
3
65
|
## [4.78.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium-v4.77.9...js/eyes-selenium@4.78.0) (2024-10-21)
|
|
4
66
|
|
|
5
67
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.78.
|
|
3
|
+
"version": "4.78.2",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@applitools/eyes": "1.
|
|
45
|
-
"@applitools/spec-driver-selenium": "1.5.
|
|
44
|
+
"@applitools/eyes": "1.28.0",
|
|
45
|
+
"@applitools/spec-driver-selenium": "1.5.91"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@applitools/api-extractor": "^1.2.22",
|
|
49
49
|
"@applitools/bongo": "^5.10.0",
|
|
50
|
-
"@applitools/generic": "^3.9.
|
|
50
|
+
"@applitools/generic": "^3.9.2",
|
|
51
51
|
"@applitools/test-utils": "^1.5.17",
|
|
52
52
|
"@types/node": "^12.20.55",
|
|
53
53
|
"@types/selenium-webdriver": "^4.1.1",
|