Skip to content

Commit a273d38

Browse files
committed
v9.5.7
1 parent 1e43606 commit a273d38

File tree

16 files changed

+27
-17
lines changed

16 files changed

+27
-17
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ See [CHANGELOG - v8](https://github.com/webdriverio/webdriverio/blob/v8/CHANGELO
2323

2424
---
2525

26+
## v9.5.7 (2025-01-12)
27+
28+
#### :bug: Bug Fix
29+
* `webdriverio`
30+
* [#14063](https://github.com/webdriverio/webdriverio/pull/14063) fix(webdriverio): further polyfill improvements ([@christian-bromann](https://github.com/christian-bromann))
31+
32+
#### Committers: 1
33+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
34+
35+
2636
## v9.5.6 (2025-01-12)
2737

2838
#### :bug: Bug Fix

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/*"
55
],
66
"npmClient": "pnpm",
7-
"version": "9.5.6",
7+
"version": "9.5.7",
88
"command": {
99
"bootstrap": {
1010
"npmClientArgs": [

packages/wdio-appium-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/appium-service",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/browser-runner",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/browserstack-service",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/cli",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
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-globals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/globals",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
44
"description": "A helper utility for importing global variables directly",
55
"author": "Christian Bromann <[email protected]>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-globals",

packages/wdio-jasmine-framework/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/jasmine-framework",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
44
"description": "A WebdriverIO plugin. Adapter for Jasmine testing framework.",
55
"author": "Christian Bromann <[email protected]>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-jasmine-framework",

packages/wdio-lighthouse-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/lighthouse-service",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
44
"description": "A WebdriverIO service that allows you to run Chrome DevTools commands in your tests",
55
"author": "Christian Bromann <[email protected]>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-lighthouse-service",

packages/wdio-local-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/local-runner",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
44
"description": "A WebdriverIO runner to run tests locally",
55
"author": "Christian Bromann <[email protected]>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner",

packages/wdio-runner/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/runner",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
44
"description": "A WebdriverIO service that runs tests in arbitrary environments",
55
"author": "Christian Bromann <[email protected]>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-runner",
@@ -33,14 +33,14 @@
3333
"dependencies": {
3434
"@types/node": "^20.11.28",
3535
"@wdio/config": "workspace:9.5.0",
36-
"@wdio/globals": "workspace:9.5.6",
36+
"@wdio/globals": "workspace:9.5.7",
3737
"@wdio/logger": "workspace:9.4.4",
3838
"@wdio/types": "workspace:9.5.0",
3939
"@wdio/utils": "workspace:9.5.0",
4040
"deepmerge-ts": "^7.0.3",
4141
"expect-webdriverio": "^5.0.1",
4242
"webdriver": "workspace:9.5.4",
43-
"webdriverio": "workspace:9.5.6"
43+
"webdriverio": "workspace:9.5.7"
4444
},
4545
"publishConfig": {
4646
"access": "public"

packages/wdio-sauce-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/sauce-service",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
44
"description": "WebdriverIO service that provides a better integration into Sauce Labs",
55
"author": "Christian Bromann <[email protected]>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sauce-service",

packages/wdio-shared-store-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/shared-store-service",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
44
"description": "A WebdriverIO service to exchange data across processes",
55
"author": "Mykola Grybyk <[email protected]>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-shared-store-service",

packages/wdio-testingbot-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/testingbot-service",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
44
"description": "A WebdriverIO service that provides a better integration into TestingBot",
55
"author": "Jochen Delabie <[email protected]>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-testingbot-service",

packages/wdio-webdriver-mock-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/webdriver-mock-service",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
44
"description": "A WebdriverIO service to stub all endpoints for internal testing purposes.",
55
"author": "Christian Bromann <[email protected]>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-webdriver-mock-service",

packages/webdriverio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webdriverio",
33
"description": "Next-gen browser and mobile automation test framework for Node.js",
4-
"version": "9.5.6",
4+
"version": "9.5.7",
55
"homepage": "https://webdriver.io",
66
"author": "Christian Bromann <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)