Skip to content

Commit f8e62f6

Browse files
committed
v9.14.0
1 parent d68b15b commit f8e62f6

File tree

34 files changed

+61
-33
lines changed

34 files changed

+61
-33
lines changed

CHANGELOG.md

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

2424
---
2525

26+
## v9.14.0 (2025-05-15)
27+
28+
#### :rocket: New Feature
29+
* `wdio-protocols`, `webdriver`, `webdriverio`
30+
* [#14478](https://github.com/webdriverio/webdriverio/pull/14478) feat(protocol): WebDriver Bidi Protocol update ([@christian-bromann](https://github.com/christian-bromann))
31+
32+
#### :bug: Bug Fix
33+
* `wdio-spec-reporter`
34+
* [#14472](https://github.com/webdriverio/webdriverio/pull/14472) chore(@wdio/spec-reporter): file name print format ([@unickq](https://github.com/unickq))
35+
36+
#### :nail_care: Polish
37+
* `wdio-types`
38+
* [#14474](https://github.com/webdriverio/webdriverio/pull/14474) add browserstack camera-image-injection to wdio-types capabilities ([@DoreyKiss](https://github.com/DoreyKiss))
39+
* `wdio-browserstack-service`
40+
* [#14466](https://github.com/webdriverio/webdriverio/pull/14466) Added changes to skip tests for mocha framework for browserstack session ([@pri-gadhiya](https://github.com/pri-gadhiya))
41+
42+
#### :house: Internal
43+
* `wdio-types`
44+
* [#14481](https://github.com/webdriverio/webdriverio/pull/14481) feat: adding check in normalizeDoc function to make sure readmeArr is of string type ([@Kauanldsbarbosa](https://github.com/Kauanldsbarbosa))
45+
46+
#### Committers: 5
47+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
48+
- Dory ([@DoreyKiss](https://github.com/DoreyKiss))
49+
- Kauan Barbosa ([@Kauanldsbarbosa](https://github.com/Kauanldsbarbosa))
50+
- Mykyta Chursin ([@unickq](https://github.com/unickq))
51+
- Priyanka Gadhiya ([@pri-gadhiya](https://github.com/pri-gadhiya))
52+
53+
2654
## v9.13.0 (2025-05-12)
2755

2856
#### :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.13.0",
7+
"version": "9.14.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.13.0",
3+
"version": "9.14.0",
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.13.0",
3+
"version": "9.14.0",
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.13.0",
3+
"version": "9.14.0",
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.13.0",
3+
"version": "9.14.0",
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.13.0",
3+
"version": "9.14.0",
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.13.0",
3+
"version": "9.14.0",
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.13.0",
3+
"version": "9.14.0",
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.13.0",
3+
"version": "9.14.0",
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)