@serenity-js/webdriverio 3.31.12 → 3.31.14

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 +23 -0
  2. package/README.md +2 -2
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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.14](https://github.com/serenity-js/serenity-js/compare/v3.31.13...v3.31.14) (2025-04-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update rest dependencies ([6331afb](https://github.com/serenity-js/serenity-js/commit/6331afbe32c439808b317d497043dd6deb513801))
12
+ * **deps:** update webdriverio dependencies ([4df3ff2](https://github.com/serenity-js/serenity-js/commit/4df3ff222a113618d990ffb08f609a895c56de57))
13
+
14
+
15
+
16
+
17
+
18
+ ## [3.31.13](https://github.com/serenity-js/serenity-js/compare/v3.31.12...v3.31.13) (2025-03-20)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **deps:** update dependency axios to v1.8.4 ([3f94d9a](https://github.com/serenity-js/serenity-js/commit/3f94d9a30305dabdd855f549a4518784b8377e0f))
24
+
25
+
26
+
27
+
28
+
6
29
  ## [3.31.12](https://github.com/serenity-js/serenity-js/compare/v3.31.11...v3.31.12) (2025-03-12)
7
30
 
8
31
 
package/README.md CHANGED
@@ -23,7 +23,7 @@ helping both technical teams and business stakeholders understand the quality of
23
23
 
24
24
  Serenity/JS integrates with the WebdriverIO command line wizard to help you set up a new project with the required dependencies, configuration and example tests.
25
25
 
26
- If you prefer to review a reference implementation first or use it as a starting point for your project, you can clone a [Serenity/JS Project Template](https://serenity-js.org/handbook/getting-started/project-templates/) for your preferred test runner.
26
+ If you prefer to review a reference implementation first or use it as a starting point for your project, you can clone a [Serenity/JS Project Template](https://serenity-js.org/handbook/project-templates/) for your preferred test runner.
27
27
 
28
28
  ### 1. Using the WebdriverIO wizard
29
29
 
@@ -105,7 +105,7 @@ To view them, open the `index.html` file in your preferred web browser.
105
105
  - [Serenity/JS WebdriverIO integration guide](https://serenity-js.org/handbook/test-runners/webdriverio/) - Integrate Serenity/JS with your WebdriverIO test suite, enable Serenity BDD reports, and start using the Screenplay Pattern
106
106
  - [Serenity/JS Handbook](https://serenity-js.org/handbook/) - Write high-quality automated acceptance tests with Serenity/JS
107
107
  - [Serenity/JS API documentation](https://serenity-js.org/api/) - Explore Serenity/JS modules and features
108
- - [Serenity/JS Project Templates](https://serenity-js.org/handbook/getting-started/project-templates/) - Kickstart your projects with best practices built right in
108
+ - [Serenity/JS Project Templates](https://serenity-js.org/handbook/project-templates/) - Kickstart your projects with best practices built right in
109
109
 
110
110
  ## 👋 Join the Serenity/JS Community
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/webdriverio",
3
- "version": "3.31.12",
3
+ "version": "3.31.14",
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.31.12",
78
- "@serenity-js/rest": "3.31.12",
79
- "@serenity-js/web": "3.31.12",
80
- "@wdio/reporter": "9.11.0",
77
+ "@serenity-js/core": "3.31.14",
78
+ "@serenity-js/rest": "3.31.14",
79
+ "@serenity-js/web": "3.31.14",
80
+ "@wdio/reporter": "9.12.6",
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.12.0",
89
- "webdriverio": "^9.12.0"
88
+ "@wdio/cli": "^9.12.7",
89
+ "webdriverio": "^9.12.7"
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.12.0",
106
- "@wdio/dot-reporter": "9.11.0",
107
- "@wdio/local-runner": "9.12.0",
108
- "@wdio/spec-reporter": "9.11.0",
109
- "@wdio/types": "9.10.1",
110
- "axios": "1.8.2",
105
+ "@wdio/cli": "9.12.7",
106
+ "@wdio/dot-reporter": "9.12.6",
107
+ "@wdio/local-runner": "9.12.7",
108
+ "@wdio/spec-reporter": "9.12.6",
109
+ "@wdio/types": "9.12.6",
110
+ "axios": "1.9.0",
111
111
  "c8": "10.1.3",
112
112
  "cross-env": "7.0.3",
113
113
  "mocha": "11.1.0",
114
114
  "mocha-multi": "1.1.7",
115
115
  "mocha-testdata": "1.2.0",
116
- "start-server-and-test": "2.0.10",
117
- "webdriverio": "9.12.0"
116
+ "start-server-and-test": "2.0.11",
117
+ "webdriverio": "9.12.7"
118
118
  },
119
- "gitHead": "196bdd12efc4a03dcb03755faa551989e6e39bfe"
119
+ "gitHead": "12d24f951ec02ece66016a7b1d2b9b111acaae4a"
120
120
  }