Skip to content

Commit 4ca4677

Browse files
committed
v9.19.2
1 parent 5346674 commit 4ca4677

33 files changed

Lines changed: 53 additions & 32 deletions

File tree

CHANGELOG.md

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

2424
---
2525

26+
## v9.19.2 (2025-08-24)
27+
28+
#### :bug: Bug Fix
29+
* `wdio-junit-reporter`
30+
* [#14706](https://github.com/webdriverio/webdriverio/pull/14706) fix(junit-reporter): improve error handling and skipped test reportin… ([@nair-sumesh](https://github.com/nair-sumesh))
31+
* `webdriverio`
32+
* [#14717](https://github.com/webdriverio/webdriverio/pull/14717) fix(webdriverio): escape scripts in addInitScript ([@birtles](https://github.com/birtles))
33+
* `wdio-local-runner`, `wdio-types`, `wdio-xvfb`
34+
* [#14700](https://github.com/webdriverio/webdriverio/pull/14700) fix(wdio-xvfb): `autoXvfb` should disable xvfb completely ([@goosewobbler](https://github.com/goosewobbler))
35+
36+
#### :nail_care: Polish
37+
* `wdio-browserstack-service`
38+
* [#14704](https://github.com/webdriverio/webdriverio/pull/14704) Add chaining of multiple layers of overwritten command definitions ([@amaanbs](https://github.com/amaanbs))
39+
40+
#### Committers: 4
41+
- Amaan Hakim ([@amaanbs](https://github.com/amaanbs))
42+
- Brian Birtles ([@birtles](https://github.com/birtles))
43+
- [@goosewobbler](https://github.com/goosewobbler)
44+
- [@nair-sumesh](https://github.com/nair-sumesh)
45+
46+
2647
## v9.19.1 (2025-08-12)
2748

2849
#### :nail_care: Polish

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.19.1",
7+
"version": "9.19.2",
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.19.1",
3+
"version": "9.19.2",
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.19.1",
3+
"version": "9.19.2",
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.19.1",
3+
"version": "9.19.2",
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.19.1",
3+
"version": "9.19.2",
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.19.1",
3+
"version": "9.19.2",
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.19.1",
3+
"version": "9.19.2",
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.19.1",
3+
"version": "9.19.2",
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.19.1",
3+
"version": "9.19.2",
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)