Skip to content

Commit 504e648

Browse files
committed
v9.24.0
1 parent 3d65e98 commit 504e648

34 files changed

Lines changed: 53 additions & 34 deletions

File tree

CHANGELOG.md

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

2424
---
2525

26+
## v9.24.0 (2026-02-10)
27+
28+
#### :rocket: New Feature
29+
* `wdio-appium-service`
30+
* [#14980](https://github.com/webdriverio/webdriverio/pull/14980) Ws/appium service selector performance ([@wswebcreation](https://github.com/wswebcreation))
31+
32+
#### :nail_care: Polish
33+
* `wdio-appium-service`
34+
* [#14980](https://github.com/webdriverio/webdriverio/pull/14980) Ws/appium service selector performance ([@wswebcreation](https://github.com/wswebcreation))
35+
36+
#### :memo: Documentation
37+
* [#15079](https://github.com/webdriverio/webdriverio/pull/15079) fix: resolve broken link in docs ([@mccmrunal](https://github.com/mccmrunal))
38+
39+
#### Committers: 3
40+
- MRUNAL CHAUDHARI ([@mccmrunal](https://github.com/mccmrunal))
41+
- Vince Graics ([@Winify](https://github.com/Winify))
42+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
43+
44+
2645
## v9.23.3 (2026-02-01)
2746

2847
#### :bug: Bug Fix

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.23.3",
7+
"version": "9.24.0",
88
"command": {
99
"bootstrap": {
1010
"npmClientArgs": [

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.23.3",
3+
"version": "9.24.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/appium-service",
3-
"version": "9.23.3",
3+
"version": "9.24.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",
@@ -59,4 +59,4 @@
5959
"publishConfig": {
6060
"access": "public"
6161
}
62-
}
62+
}

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.23.3",
3+
"version": "9.24.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.23.3",
3+
"version": "9.24.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.23.3",
3+
"version": "9.24.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.23.3",
3+
"version": "9.24.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",

packages/wdio-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/config",
3-
"version": "9.23.3",
3+
"version": "9.24.0",
44
"description": "A helper utility to parse and validate WebdriverIO options",
55
"author": "Christian Bromann <mail@bromann.dev>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-config",

packages/wdio-cucumber-framework/package.json

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

0 commit comments

Comments
 (0)