@serenity-js/webdriverio 3.32.4 → 3.33.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 +20 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
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.33.1](https://github.com/serenity-js/serenity-js/compare/v3.33.0...v3.33.1) (2025-07-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @serenity-js/webdriverio
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.32.5](https://github.com/serenity-js/serenity-js/compare/v3.32.4...v3.32.5) (2025-07-28)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **deps:** update dependency axios to v1.11.0 ([62df65c](https://github.com/serenity-js/serenity-js/commit/62df65c932e69dcc307033f0f2a1f66a6d80d08e))
|
|
20
|
+
* **deps:** update webdriverio dependencies ([fa9b857](https://github.com/serenity-js/serenity-js/commit/fa9b8576a42d5cb24f60480bdd7c74dc340a02aa))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
6
26
|
## [3.32.4](https://github.com/serenity-js/serenity-js/compare/v3.32.3...v3.32.4) (2025-07-13)
|
|
7
27
|
|
|
8
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/webdriverio",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.33.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,10 +74,10 @@
|
|
|
74
74
|
"node": "^18.12 || ^20 || ^22"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@serenity-js/core": "3.
|
|
78
|
-
"@serenity-js/rest": "3.
|
|
79
|
-
"@serenity-js/web": "3.
|
|
80
|
-
"@wdio/reporter": "9.
|
|
77
|
+
"@serenity-js/core": "3.33.1",
|
|
78
|
+
"@serenity-js/rest": "3.33.1",
|
|
79
|
+
"@serenity-js/web": "3.33.1",
|
|
80
|
+
"@wdio/reporter": "9.18.0",
|
|
81
81
|
"deepmerge": "4.3.1",
|
|
82
82
|
"tiny-types": "1.23.0"
|
|
83
83
|
},
|
|
@@ -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.18.4",
|
|
89
|
+
"webdriverio": "^9.18.4"
|
|
90
90
|
},
|
|
91
91
|
"peerDependenciesMeta": {
|
|
92
92
|
"@serenity-js/cucumber": {
|
|
@@ -102,19 +102,19 @@
|
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@integration/testing-tools": "3.0.0",
|
|
104
104
|
"@types/mocha": "10.0.10",
|
|
105
|
-
"@wdio/cli": "9.
|
|
106
|
-
"@wdio/dot-reporter": "9.
|
|
107
|
-
"@wdio/local-runner": "9.
|
|
108
|
-
"@wdio/spec-reporter": "9.
|
|
105
|
+
"@wdio/cli": "9.18.4",
|
|
106
|
+
"@wdio/dot-reporter": "9.18.0",
|
|
107
|
+
"@wdio/local-runner": "9.18.4",
|
|
108
|
+
"@wdio/spec-reporter": "9.18.0",
|
|
109
109
|
"@wdio/types": "9.16.2",
|
|
110
|
-
"axios": "1.
|
|
110
|
+
"axios": "1.11.0",
|
|
111
111
|
"c8": "10.1.3",
|
|
112
|
-
"cross-env": "
|
|
112
|
+
"cross-env": "10.0.0",
|
|
113
113
|
"mocha": "11.7.1",
|
|
114
114
|
"mocha-multi": "1.1.7",
|
|
115
115
|
"mocha-testdata": "1.2.0",
|
|
116
116
|
"start-server-and-test": "2.0.12",
|
|
117
|
-
"webdriverio": "9.
|
|
117
|
+
"webdriverio": "9.18.4"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "11bbc2bb3f6d4d5fade2b7881b36e5259973901a"
|
|
120
120
|
}
|