@serenity-js/webdriverio-8 3.31.0 → 3.31.2

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 (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +1 -1
  3. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.2](https://github.com/serenity-js/serenity-js/compare/v3.31.1...v3.31.2) (2024-12-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update webdriverio 8 dependencies to ^8.41.0 ([aa2892a](https://github.com/serenity-js/serenity-js/commit/aa2892acb182e1b1aa8493dc128cf77043503205))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.31.1](https://github.com/serenity-js/serenity-js/compare/v3.31.0...v3.31.1) (2024-12-17)
18
+
19
+ **Note:** Version bump only for package @serenity-js/webdriverio-8
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.31.0](https://github.com/serenity-js/serenity-js/compare/v3.30.0...v3.31.0) (2024-12-12)
7
26
 
8
27
 
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-and-webdriverio)
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.0",
3
+ "version": "3.31.2",
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,10 +74,10 @@
74
74
  "node": "^18.12 || ^20 || ^22"
75
75
  },
76
76
  "dependencies": {
77
- "@serenity-js/core": "3.31.0",
78
- "@serenity-js/rest": "3.31.0",
79
- "@serenity-js/web": "3.31.0",
80
- "@wdio/reporter": "8.40.6",
77
+ "@serenity-js/core": "3.31.2",
78
+ "@serenity-js/rest": "3.31.2",
79
+ "@serenity-js/web": "3.31.2",
80
+ "@wdio/reporter": "8.41.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": "^8.40.6",
89
- "webdriverio": "^8.40.6"
88
+ "@wdio/cli": "^8.41.0",
89
+ "webdriverio": "^8.41.0"
90
90
  },
91
91
  "peerDependenciesMeta": {
92
92
  "@serenity-js/cucumber": {
@@ -102,21 +102,21 @@
102
102
  "devDependencies": {
103
103
  "@integration/testing-tools": "3.0.0",
104
104
  "@types/mocha": "10.0.10",
105
- "@wdio/cli": "8.40.6",
105
+ "@wdio/cli": "8.41.0",
106
106
  "@wdio/devtools-service": "8.40.2",
107
- "@wdio/dot-reporter": "8.40.6",
108
- "@wdio/local-runner": "8.40.6",
109
- "@wdio/spec-reporter": "8.40.6",
110
- "@wdio/types": "8.40.6",
107
+ "@wdio/dot-reporter": "8.41.0",
108
+ "@wdio/local-runner": "8.41.0",
109
+ "@wdio/spec-reporter": "8.41.0",
110
+ "@wdio/types": "8.41.0",
111
111
  "axios": "1.7.9",
112
- "c8": "10.1.2",
112
+ "c8": "10.1.3",
113
113
  "cross-env": "7.0.3",
114
- "mocha": "10.8.2",
114
+ "mocha": "11.0.1",
115
115
  "mocha-multi": "1.1.7",
116
116
  "mocha-testdata": "1.2.0",
117
- "puppeteer-core": "20.9.0",
118
- "start-server-and-test": "2.0.8",
119
- "webdriverio": "8.40.6"
117
+ "puppeteer-core": "23.11.1",
118
+ "start-server-and-test": "2.0.9",
119
+ "webdriverio": "8.41.0"
120
120
  },
121
- "gitHead": "fb557dbbcd41994306877ae4f464e5d8b38772ff"
121
+ "gitHead": "3f70ecbc2b7e2f7bc4ae1d75e7fe5b38d3e624c6"
122
122
  }