@applitools/screenshoter 3.9.1 → 3.9.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.9.3](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.9.2...js/screenshoter@3.9.3) (2024-10-31)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.6.0
9
+ #### Features
10
+
11
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
12
+ * @applitools/driver bumped to 1.19.5
13
+
14
+ * @applitools/spec-driver-webdriver bumped to 1.1.17
15
+
16
+
17
+ ## [3.9.2](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.9.1...js/screenshoter@3.9.2) (2024-10-29)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * test in screenshoter web ([f068dbe](https://github.com/Applitools-Dev/sdk/commit/f068dbe9036163fb3e316411cfd9f47a226d7c9c))
23
+
3
24
  ## [3.9.1](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.9.0...js/screenshoter@3.9.1) (2024-10-28)
4
25
 
5
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.9.1",
3
+ "version": "3.9.3",
4
4
  "description": "Applitools universal screenshoter for web and native applications",
5
5
  "keywords": [
6
6
  "applitools",
@@ -58,12 +58,12 @@
58
58
  "dependencies": {
59
59
  "@applitools/image": "1.1.13",
60
60
  "@applitools/logger": "2.0.18",
61
- "@applitools/snippets": "2.5.2",
61
+ "@applitools/snippets": "2.6.0",
62
62
  "@applitools/utils": "1.7.4"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.19.4",
66
- "@applitools/spec-driver-webdriver": "^1.1.16",
65
+ "@applitools/driver": "^1.19.5",
66
+ "@applitools/spec-driver-webdriver": "^1.1.17",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",