@applitools/screenshoter 3.8.28 → 3.8.31
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 +42 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.8.31](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.30...js/screenshoter@3.8.31) (2024-05-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.7
|
|
9
|
+
|
|
10
|
+
* @applitools/driver bumped to 1.17.2
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
|
|
14
|
+
|
|
15
|
+
## [3.8.30](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.29...js/screenshoter@3.8.30) (2024-04-22)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/utils bumped to 1.7.2
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* trigger release ([88ba29f](https://github.com/Applitools-Dev/sdk/commit/88ba29f358620a5c0f0861eb31e8929d0b611284))
|
|
24
|
+
* @applitools/logger bumped to 2.0.16
|
|
25
|
+
|
|
26
|
+
* @applitools/image bumped to 1.1.11
|
|
27
|
+
|
|
28
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.6
|
|
29
|
+
|
|
30
|
+
* @applitools/driver bumped to 1.17.1
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [3.8.29](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.28...js/screenshoter@3.8.29) (2024-04-22)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Dependencies
|
|
37
|
+
|
|
38
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.5
|
|
39
|
+
|
|
40
|
+
* @applitools/driver bumped to 1.17.0
|
|
41
|
+
#### Features
|
|
42
|
+
|
|
43
|
+
* report batchId and batchUrl to kobiton ([#2329](https://github.com/Applitools-Dev/sdk/issues/2329)) ([5be4356](https://github.com/Applitools-Dev/sdk/commit/5be4356d7f3cd96b70491325d4a788202c06720a))
|
|
44
|
+
|
|
3
45
|
## [3.8.28](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.27...js/screenshoter@3.8.28) (2024-04-15)
|
|
4
46
|
|
|
5
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/screenshoter",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.31",
|
|
4
4
|
"description": "Applitools universal screenshoter for web and native applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"appium:setup": "mkdir -p ./logs && appium --address 127.0.0.1 --port 4723 --base-path /wd/hub --log-level error:info --log ./logs/appium.log --relaxed-security &"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@applitools/image": "1.1.
|
|
60
|
-
"@applitools/logger": "2.0.
|
|
59
|
+
"@applitools/image": "1.1.11",
|
|
60
|
+
"@applitools/logger": "2.0.16",
|
|
61
61
|
"@applitools/snippets": "2.4.25",
|
|
62
|
-
"@applitools/utils": "1.7.
|
|
62
|
+
"@applitools/utils": "1.7.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@applitools/driver": "^1.
|
|
66
|
-
"@applitools/spec-driver-webdriver": "^1.1.
|
|
65
|
+
"@applitools/driver": "^1.17.2",
|
|
66
|
+
"@applitools/spec-driver-webdriver": "^1.1.7",
|
|
67
67
|
"@applitools/test-utils": "^1.5.17",
|
|
68
68
|
"appium": "^1.22.3",
|
|
69
69
|
"pixelmatch": "^5.3.0",
|