@serenity-js/webdriverio-8 3.37.0 → 3.37.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.2](https://github.com/serenity-js/serenity-js/compare/v3.37.1...v3.37.2) (2026-01-23)
7
+
8
+ **Note:** Version bump only for package @serenity-js/webdriverio-8
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.37.1](https://github.com/serenity-js/serenity-js/compare/v3.37.0...v3.37.1) (2025-12-16)
15
+
16
+ **Note:** Version bump only for package @serenity-js/webdriverio-8
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.37.0](https://github.com/serenity-js/serenity-js/compare/v3.36.2...v3.37.0) (2025-12-02)
7
23
 
8
24
  **Note:** Version bump only for package @serenity-js/webdriverio-8
package/README.md CHANGED
@@ -141,7 +141,7 @@ Learn more about:
141
141
  a Java program provided by the [`@serenity-js/serenity-bdd`](https://serenity-js.org/api/serenity-bdd/) module.
142
142
 
143
143
  To produce Serenity BDD reports, your test suite must:
144
- - produce intermediate Serenity BDD `.json` reports, by registering [`SerenityBDDReporter`](https://serenity-js.org/api/serenity-bdd/class/SerenityBDDReporter/) as per the [configuration instructions](#2-configuring-serenityjs)
144
+ - produce intermediate Serenity BDD `.json` reports, by registering [`SerenityBDDReporter`](https://serenity-js.org/api/serenity-bdd/class/SerenityBDDReporter/) as per the [configuration instructions](#configuring-serenityjs)
145
145
  - invoke the Serenity BDD CLI when you want to produce the report, by calling `serenity-bdd run`
146
146
 
147
147
  The pattern used by all the [Serenity/JS Project Templates](https://serenity-js.org/handbook/project-templates/) relies
@@ -250,4 +250,4 @@ and priority help in the [Discussions Forum](https://github.com/orgs/serenity-js
250
250
 
251
251
  For corporate sponsorship or commercial support, please contact [Jan Molak](https://www.linkedin.com/in/janmolak/).
252
252
 
253
- [![GitHub Sponsors](https://img.shields.io/badge/Support%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js).
253
+ [![GitHub Sponsors](https://img.shields.io/badge/Support%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/webdriverio-8",
3
- "version": "3.37.0",
3
+ "version": "3.37.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,9 +74,9 @@
74
74
  "node": "^20 || ^22 || ^24"
75
75
  },
76
76
  "dependencies": {
77
- "@serenity-js/core": "3.37.0",
78
- "@serenity-js/rest": "3.37.0",
79
- "@serenity-js/web": "3.37.0",
77
+ "@serenity-js/core": "3.37.2",
78
+ "@serenity-js/rest": "3.37.2",
79
+ "@serenity-js/web": "3.37.2",
80
80
  "@wdio/reporter": "8.43.0",
81
81
  "deepmerge": "4.3.1",
82
82
  "tiny-types": "1.24.3"
@@ -114,9 +114,9 @@
114
114
  "mocha": "11.7.5",
115
115
  "mocha-multi": "1.1.7",
116
116
  "mocha-testdata": "1.2.0",
117
- "puppeteer-core": "24.31.0",
117
+ "puppeteer-core": "24.36.0",
118
118
  "start-server-and-test": "2.1.3",
119
119
  "webdriverio": "8.46.0"
120
120
  },
121
- "gitHead": "dae146cd99a04f09b5926fb9d3205af562fa2927"
121
+ "gitHead": "5544cfdbfd7f3c4d3bb4e492b5d2f233eb5e3a79"
122
122
  }