You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,36 @@ See [CHANGELOG - v8](https://github.com/webdriverio/webdriverio/blob/v8/CHANGELO
23
23
24
24
---
25
25
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))
0 commit comments