@serenity-js/webdriverio-8 3.31.0 → 3.31.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 +8 -0
- package/README.md +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.31.1](https://github.com/serenity-js/serenity-js/compare/v3.31.0...v3.31.1) (2024-12-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @serenity-js/webdriverio-8
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.31.0](https://github.com/serenity-js/serenity-js/compare/v3.30.0...v3.31.0) (2024-12-12)
|
|
7
15
|
|
|
8
16
|
|
package/README.md
CHANGED
|
@@ -134,7 +134,7 @@ Learn more about:
|
|
|
134
134
|
a Java program provided by the [`@serenity-js/serenity-bdd`](/api/serenity-bdd/) module.
|
|
135
135
|
|
|
136
136
|
To produce Serenity BDD reports, your test suite must:
|
|
137
|
-
- produce intermediate Serenity BDD `.json` reports, by registering [`SerenityBDDReporter`](/api/serenity-bdd/class/SerenityBDDReporter/) as per the [configuration instructions](#configuring-serenityjs
|
|
137
|
+
- produce intermediate Serenity BDD `.json` reports, by registering [`SerenityBDDReporter`](/api/serenity-bdd/class/SerenityBDDReporter/) as per the [configuration instructions](#configuring-serenityjs)
|
|
138
138
|
- invoke the Serenity BDD CLI when you want to produce the report, by calling `serenity-bdd run`
|
|
139
139
|
|
|
140
140
|
The pattern used by all the [Serenity/JS Project Templates](/handbook/getting-started/project-templates/) relies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/webdriverio-8",
|
|
3
|
-
"version": "3.31.
|
|
3
|
+
"version": "3.31.1",
|
|
4
4
|
"description": "Adapter that integrates @serenity-js/web with WebdriverIO 8, 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": "^18.12 || ^20 || ^22"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@serenity-js/core": "3.31.
|
|
78
|
-
"@serenity-js/rest": "3.31.
|
|
79
|
-
"@serenity-js/web": "3.31.
|
|
77
|
+
"@serenity-js/core": "3.31.1",
|
|
78
|
+
"@serenity-js/rest": "3.31.1",
|
|
79
|
+
"@serenity-js/web": "3.31.1",
|
|
80
80
|
"@wdio/reporter": "8.40.6",
|
|
81
81
|
"deepmerge": "4.3.1",
|
|
82
82
|
"tiny-types": "1.23.0"
|
|
@@ -109,14 +109,14 @@
|
|
|
109
109
|
"@wdio/spec-reporter": "8.40.6",
|
|
110
110
|
"@wdio/types": "8.40.6",
|
|
111
111
|
"axios": "1.7.9",
|
|
112
|
-
"c8": "10.1.
|
|
112
|
+
"c8": "10.1.3",
|
|
113
113
|
"cross-env": "7.0.3",
|
|
114
|
-
"mocha": "
|
|
114
|
+
"mocha": "11.0.1",
|
|
115
115
|
"mocha-multi": "1.1.7",
|
|
116
116
|
"mocha-testdata": "1.2.0",
|
|
117
|
-
"puppeteer-core": "
|
|
118
|
-
"start-server-and-test": "2.0.
|
|
117
|
+
"puppeteer-core": "23.10.4",
|
|
118
|
+
"start-server-and-test": "2.0.9",
|
|
119
119
|
"webdriverio": "8.40.6"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "55cc5219fc1485388b98d1b8b4fc26ad0c58490a"
|
|
122
122
|
}
|