@applitools/spec-driver-playwright 1.4.2 → 1.5.0

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 +34 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.0](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-playwright@1.4.3...js/spec-driver-playwright@1.5.0) (2024-10-31)
4
+
5
+
6
+ ### Features
7
+
8
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/snippets bumped to 2.6.0
14
+ #### Features
15
+
16
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
17
+ * @applitools/driver bumped to 1.19.5
18
+
19
+
20
+ ## [1.4.3](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-playwright@1.4.2...js/spec-driver-playwright@1.4.3) (2024-10-28)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/snippets bumped to 2.5.2
26
+ #### Bug Fixes
27
+
28
+ * better handling of stale elements ([cab10ff](https://github.com/Applitools-Dev/sdk/commit/cab10ff1ae1e6f9560a7d278c710b3fa03f58c83))
29
+ * @applitools/driver bumped to 1.19.4
30
+ #### Bug Fixes
31
+
32
+ * better handling of stale elements ([cab10ff](https://github.com/Applitools-Dev/sdk/commit/cab10ff1ae1e6f9560a7d278c710b3fa03f58c83))
33
+
34
+
35
+
36
+
3
37
  ## [1.4.2](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-playwright@1.4.1...js/spec-driver-playwright@1.4.2) (2024-10-21)
4
38
 
5
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-playwright",
3
- "version": "1.4.2",
3
+ "version": "1.5.0",
4
4
  "keywords": [
5
5
  "playwright",
6
6
  "chrome devtools protocol",
@@ -40,14 +40,14 @@
40
40
  "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/driver": "1.19.3",
43
+ "@applitools/driver": "1.19.5",
44
44
  "@applitools/utils": "1.7.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@applitools/api-extractor": "^1.2.22",
48
48
  "@applitools/test-utils": "^1.5.17",
49
49
  "@types/node": "^12.20.55",
50
- "playwright": "1.39.0"
50
+ "playwright": "1.47.0"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "playwright": ">=1.0.0"