Skip to content

Commit a5811fa

Browse files
committed
v9.12.6
1 parent 8aac011 commit a5811fa

File tree

33 files changed

+52
-32
lines changed

33 files changed

+52
-32
lines changed

CHANGELOG.md

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

2424
---
2525

26+
## v9.12.6 (2025-04-17)
27+
28+
#### :bug: Bug Fix
29+
* `wdio-utils`
30+
* [#14417](https://github.com/webdriverio/webdriverio/pull/14417) Fix Windows Automation on WebDriverIO V9 ([@samuelfreiberg](https://github.com/samuelfreiberg))
31+
* [#14412](https://github.com/webdriverio/webdriverio/pull/14412) Address skipping tests for mocha and jasmine in aftertest ([@ccharnkij](https://github.com/ccharnkij))
32+
33+
#### :nail_care: Polish
34+
* `webdriverio`
35+
* [#14398](https://github.com/webdriverio/webdriverio/pull/14398) catching error from addPreloadScript ([@ccharnkij](https://github.com/ccharnkij))
36+
* `wdio-browserstack-service`
37+
* [#14410](https://github.com/webdriverio/webdriverio/pull/14410) fix(@wdio/browserstack-service): node fetch() failure over HTTPS_PROXY=<proxy_url> setup ([@mitya555](https://github.com/mitya555))
38+
39+
#### Committers: 4
40+
- Chanatan Charnkijtawarush ([@ccharnkij](https://github.com/ccharnkij))
41+
- Dmitriy Mukhin ([@mitya555](https://github.com/mitya555))
42+
- Erwin Heitzman ([@erwinheitzman](https://github.com/erwinheitzman))
43+
- Samuel Freiberg ([@samuelfreiberg](https://github.com/samuelfreiberg))
44+
45+
2646
## v9.12.5 (2025-04-11)
2747

2848
#### :eyeglasses: Spec Compliancy

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.12.5",
7+
"version": "9.12.6",
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.12.3",
3+
"version": "9.12.6",
44
"description": "A WebdriverIO reporter plugin to create Allure Test Reports",
55
"author": "Boris Osipov <[email protected]>",
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.12.5",
3+
"version": "9.12.6",
44
"description": "A WebdriverIO service to start & stop Appium Server",
55
"author": "Morten Bjerg Gregersen <[email protected]>",
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.12.5",
3+
"version": "9.12.6",
44
"description": "A WebdriverIO runner to run unit tests tests in the browser.",
55
"author": "Christian Bromann <[email protected]>",
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.12.5",
3+
"version": "9.12.6",
44
"description": "WebdriverIO service for better Browserstack integration",
55
"author": "Adam Bjerstedt <[email protected]>",
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.12.5",
3+
"version": "9.12.6",
44
"description": "WebdriverIO testrunner command line interface",
55
"author": "Christian Bromann <[email protected]>",
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.12.3",
3+
"version": "9.12.6",
44
"description": "A concise reporter for WebdriverIO",
55
"author": "Christian Bromann <[email protected]>",
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.12.5",
3+
"version": "9.12.6",
44
"description": "A helper utility to parse and validate WebdriverIO options",
55
"author": "Christian Bromann <[email protected]>",
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.12.5",
3+
"version": "9.12.6",
44
"description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.",
55
"author": "Christian Bromann <[email protected]>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cucumber-framework",

0 commit comments

Comments
 (0)