Skip to content

Commit 1352571

Browse files
committed
v9.25.0
1 parent ad3dc5a commit 1352571

36 files changed

Lines changed: 65 additions & 35 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,36 @@ See [CHANGELOG - v8](https://github.com/webdriverio/webdriverio/blob/v8/CHANGELO
2323

2424
---
2525

26+
## v9.25.0 (2026-03-10)
27+
28+
#### :rocket: New Feature
29+
* `eslint-plugin-wdio`
30+
* [#15084](https://github.com/webdriverio/webdriverio/pull/15084) feat: Use no floating promise eslint rule for missing `await` ([@dprevost-LMI](https://github.com/dprevost-LMI))
31+
32+
#### :bug: Bug Fix
33+
* `wdio-browserstack-service`
34+
* [#15117](https://github.com/webdriverio/webdriverio/pull/15117) fix: update exit signal for CLI process termination on Unix systems ([@xxshubhamxx](https://github.com/xxshubhamxx))
35+
* `webdriverio`
36+
* [#15098](https://github.com/webdriverio/webdriverio/pull/15098) fix: Ensure getValue returns a string ([@dprevost-LMI](https://github.com/dprevost-LMI))
37+
* [#15131](https://github.com/webdriverio/webdriverio/pull/15131) fix(webdriverio): ignore 'no such frame' error in handleUserPrompt (#… ([@mccmrunal](https://github.com/mccmrunal))
38+
* `wdio-junit-reporter`
39+
* [#15133](https://github.com/webdriverio/webdriverio/pull/15133) fix(wdio-junit-reporter): correctly detect Cucumber framework in mult… ([@mccmrunal](https://github.com/mccmrunal))
40+
* `wdio-allure-reporter`
41+
* [#15130](https://github.com/webdriverio/webdriverio/pull/15130) fix(wdio-allure-reporter): properly resolve pending steps and status … ([@mccmrunal](https://github.com/mccmrunal))
42+
43+
#### Committers: 10
44+
- Anish Kumar Sinha ([@anish353](https://github.com/anish353))
45+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
46+
- David Prevost ([@dprevost-LMI](https://github.com/dprevost-LMI))
47+
- Kamalpreet Kaur ([@kamal-kaur04](https://github.com/kamal-kaur04))
48+
- MRUNAL CHAUDHARI ([@mccmrunal](https://github.com/mccmrunal))
49+
- Rounak Bhatia ([@rounak610](https://github.com/rounak610))
50+
- Shubham Garg ([@xxshubhamxx](https://github.com/xxshubhamxx))
51+
- Vishnu Vardhan ([@vishnuv688](https://github.com/vishnuv688))
52+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
53+
- Yevhen Laichenkov ([@elaichenkov](https://github.com/elaichenkov))
54+
55+
2656
## v9.24.0 (2026-02-10)
2757

2858
#### :rocket: New Feature

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/*"
55
],
66
"npmClient": "pnpm",
7-
"version": "9.24.0",
7+
"version": "9.25.0",
88
"command": {
99
"bootstrap": {
1010
"npmClientArgs": [

packages/create-wdio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-wdio",
3-
"version": "9.21.0",
3+
"version": "9.25.0",
44
"description": "Install and setup a WebdriverIO project with all its dependencies in a single run",
55
"author": "WebdriverIO Team <mail@webdriver.io>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",

packages/eslint-plugin-wdio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-wdio",
3-
"version": "9.23.0",
3+
"version": "9.25.0",
44
"description": "Eslint rules for WebdriverIO",
55
"author": "Christian Bromann <mail@bromann.dev>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",

packages/wdio-allure-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/allure-reporter",
3-
"version": "9.24.0",
3+
"version": "9.25.0",
44
"description": "A WebdriverIO reporter plugin to create Allure Test Reports",
55
"author": "Boris Osipov <osipov.boris@gmail.com>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-allure-reporter",

packages/wdio-appium-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/appium-service",
3-
"version": "9.24.0",
3+
"version": "9.25.0",
44
"description": "A WebdriverIO service to start & stop Appium Server",
55
"author": "Morten Bjerg Gregersen <morten@mogee.dk>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-appium-service",

packages/wdio-browser-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/browser-runner",
3-
"version": "9.24.0",
3+
"version": "9.25.0",
44
"description": "A WebdriverIO runner to run unit tests tests in the browser.",
55
"author": "Christian Bromann <mail@bromann.dev>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browser-runner",

packages/wdio-browserstack-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/browserstack-service",
3-
"version": "9.24.0",
3+
"version": "9.25.0",
44
"description": "WebdriverIO service for better Browserstack integration",
55
"author": "Adam Bjerstedt <abjerstedt@gmail.com>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service",

packages/wdio-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/cli",
3-
"version": "9.24.0",
3+
"version": "9.25.0",
44
"description": "WebdriverIO testrunner command line interface",
55
"author": "Christian Bromann <mail@bromann.dev>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",

packages/wdio-concise-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/concise-reporter",
3-
"version": "9.24.0",
3+
"version": "9.25.0",
44
"description": "A concise reporter for WebdriverIO",
55
"author": "Christian Bromann <mail@bromann.dev>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-concise-reporter",

0 commit comments

Comments
 (0)