@serenity-js/webdriverio 3.37.0 → 3.37.1
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 +11 -0
- package/README.md +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.37.1](https://github.com/serenity-js/serenity-js/compare/v3.37.0...v3.37.1) (2025-12-16)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update webdriverio dependencies ([dc0692a](https://github.com/serenity-js/serenity-js/commit/dc0692a12482f5a6c933db69ebe3b4a6a92d194e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.37.0](https://github.com/serenity-js/serenity-js/compare/v3.36.2...v3.37.0) (2025-12-02)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @serenity-js/webdriverio
|
package/README.md
CHANGED
|
@@ -144,4 +144,4 @@ and priority help in the [Discussions Forum](https://github.com/orgs/serenity-js
|
|
|
144
144
|
|
|
145
145
|
For corporate sponsorship or commercial support, please contact [Jan Molak](https://www.linkedin.com/in/janmolak/).
|
|
146
146
|
|
|
147
|
-
[](https://github.com/sponsors/serenity-js)
|
|
147
|
+
[](https://github.com/sponsors/serenity-js)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/webdriverio",
|
|
3
|
-
"version": "3.37.
|
|
3
|
+
"version": "3.37.1",
|
|
4
4
|
"description": "Adapter that integrates @serenity-js/web with the latest stable version of WebdriverIO, enabling Serenity/JS reporting and using the Screenplay Pattern to write web and mobile test scenarios",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"node": "^20 || ^22 || ^24"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@serenity-js/core": "3.37.
|
|
78
|
-
"@serenity-js/rest": "3.37.
|
|
79
|
-
"@serenity-js/web": "3.37.
|
|
77
|
+
"@serenity-js/core": "3.37.1",
|
|
78
|
+
"@serenity-js/rest": "3.37.1",
|
|
79
|
+
"@serenity-js/web": "3.37.1",
|
|
80
80
|
"@wdio/reporter": "9.20.0",
|
|
81
81
|
"deepmerge": "4.3.1",
|
|
82
82
|
"tiny-types": "1.24.3"
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"@serenity-js/cucumber": "^3.0.0",
|
|
86
86
|
"@serenity-js/jasmine": "^3.0.0",
|
|
87
87
|
"@serenity-js/mocha": "^3.0.0",
|
|
88
|
-
"@wdio/cli": "^9.
|
|
89
|
-
"webdriverio": "^9.
|
|
88
|
+
"@wdio/cli": "^9.21.1",
|
|
89
|
+
"webdriverio": "^9.21.0"
|
|
90
90
|
},
|
|
91
91
|
"peerDependenciesMeta": {
|
|
92
92
|
"@serenity-js/cucumber": {
|
|
@@ -102,9 +102,9 @@
|
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@integration/testing-tools": "3.0.0",
|
|
104
104
|
"@types/mocha": "10.0.10",
|
|
105
|
-
"@wdio/cli": "9.
|
|
105
|
+
"@wdio/cli": "9.21.1",
|
|
106
106
|
"@wdio/dot-reporter": "9.20.0",
|
|
107
|
-
"@wdio/local-runner": "9.
|
|
107
|
+
"@wdio/local-runner": "9.21.0",
|
|
108
108
|
"@wdio/spec-reporter": "9.20.0",
|
|
109
109
|
"@wdio/types": "9.20.0",
|
|
110
110
|
"axios": "1.13.2",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"mocha-multi": "1.1.7",
|
|
115
115
|
"mocha-testdata": "1.2.0",
|
|
116
116
|
"start-server-and-test": "2.1.3",
|
|
117
|
-
"webdriverio": "9.
|
|
117
|
+
"webdriverio": "9.21.0"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "0af3eff400cdb5adc9d7b92e87b09820c93d77c9"
|
|
120
120
|
}
|