Skip to content

Commit

Permalink
v7.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wdio-bot committed Jan 20, 2023
1 parent 9198c2e commit 52343d8
Show file tree
Hide file tree
Showing 21 changed files with 70 additions and 41 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,35 @@ See [CHANGELOG - v6](https://github.com/webdriverio/webdriverio/blob/v6/CHANGELO

---

## v7.30.0 (2023-01-20)

#### :rocket: New Feature
* `wdio-allure-reporter`
* [#9633](https://github.com/webdriverio/webdriverio/pull/9633) Map Cucumber tags with special names to Allure links ([@valfirst](https://github.com/valfirst))

#### :bug: Bug Fix
* `wdio-browserstack-service`
* [#9622](https://github.com/webdriverio/webdriverio/pull/9622) [v7] Bug fix: TypeError: Cannot read properties of undefined (reading 'uuid') ([@nagpalkaran95](https://github.com/nagpalkaran95))
* [#9526](https://github.com/webdriverio/webdriverio/pull/9526) browserstack-service: fix reporter on v7 ([@alk-sdavid](https://github.com/alk-sdavid))

#### :nail_care: Polish
* `wdio-browserstack-service`
* [#9538](https://github.com/webdriverio/webdriverio/pull/9538) Update wdio-browserstack-service logging for http status codes V7 ([@amaanbs](https://github.com/amaanbs))
* `wdio-cli`
* [#9629](https://github.com/webdriverio/webdriverio/pull/9629) Select default service when env is selected ([@agarneha1331](https://github.com/agarneha1331))

#### :house: Internal
* `wdio-browserstack-service`
* [#9634](https://github.com/webdriverio/webdriverio/pull/9634) Fix failing unit test ([@valfirst](https://github.com/valfirst))

#### Committers: 5
- Amaan Hakim ([@amaanbs](https://github.com/amaanbs))
- Karan Nagpal ([@nagpalkaran95](https://github.com/nagpalkaran95))
- Neha Agarwal ([@agarneha1331](https://github.com/agarneha1331))
- Sébastien David (seb) ([@alk-sdavid](https://github.com/alk-sdavid))
- Valery Yatsynovich ([@valfirst](https://github.com/valfirst))


## v7.29.0 (2022-12-29)

#### :nail_care: Polish
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "7.29.1",
"version": "7.30.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools",
"version": "7.28.1",
"version": "7.30.0",
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/devtools",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@types/node": "^18.0.0",
"@types/ua-parser-js": "^0.7.33",
"@wdio/config": "7.26.0",
"@wdio/config": "7.30.0",
"@wdio/logger": "7.26.0",
"@wdio/protocols": "7.27.0",
"@wdio/types": "7.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-allure-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/allure-reporter",
"version": "7.29.1",
"version": "7.30.0",
"description": "A WebdriverIO reporter plugin to create Allure Test Reports",
"author": "Boris Osipov <osipov.boris@gmail.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-allure-reporter",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-appium-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/appium-service",
"version": "7.29.1",
"version": "7.30.0",
"description": "A WebdriverIO service to start & stop Appium Server",
"author": "Morten Bjerg Gregersen <morten@mogee.dk>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-appium-service",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@types/fs-extra": "^9.0.4",
"@wdio/config": "7.26.0",
"@wdio/config": "7.30.0",
"@wdio/logger": "7.26.0",
"@wdio/types": "7.26.0",
"fs-extra": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-browserstack-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/browserstack-service",
"version": "7.29.1",
"version": "7.30.0",
"description": "WebdriverIO service for better Browserstack integration",
"author": "Adam Bjerstedt <abjerstedt@gmail.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service",
Expand Down Expand Up @@ -33,7 +33,7 @@
"gitconfiglocal": "^2.1.0",
"got": "^11.0.2",
"uuid": "^8.3.2",
"webdriverio": "7.29.1"
"webdriverio": "7.30.0"
},
"peerDependencies": {
"@wdio/cli": "^5.0.0 || ^6.0.0 || ^7.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/wdio-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/cli",
"version": "7.29.1",
"version": "7.30.0",
"description": "WebdriverIO testrunner command line interface",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/lodash.union": "^4.6.6",
"@types/node": "^18.0.0",
"@types/recursive-readdir": "^2.2.0",
"@wdio/config": "7.26.0",
"@wdio/config": "7.30.0",
"@wdio/logger": "7.26.0",
"@wdio/protocols": "7.27.0",
"@wdio/types": "7.26.0",
Expand All @@ -54,7 +54,7 @@
"lodash.union": "^4.6.0",
"mkdirp": "^1.0.4",
"recursive-readdir": "^2.2.2",
"webdriverio": "7.29.1",
"webdriverio": "7.30.0",
"yargs": "^17.0.0",
"yarn-install": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/config",
"version": "7.26.0",
"version": "7.30.0",
"description": "A helper utility to parse and validate WebdriverIO options",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-config",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-crossbrowsertesting-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/crossbrowsertesting-service",
"version": "7.29.1",
"version": "7.30.0",
"description": "A WebdriverIO service that manages local tunnel and job metadata for CrossBrowserTesting users.",
"author": "Daphne Magsby <daphnem@crossbrowsertesting.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-crossbrowsertesting-service",
Expand All @@ -27,7 +27,7 @@
"@wdio/types": "7.26.0",
"cbt_tunnels": "^1.2.2",
"got": "^11.0.2",
"webdriverio": "7.29.1"
"webdriverio": "7.30.0"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-cucumber-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/cucumber-framework",
"version": "7.29.0",
"version": "7.30.0",
"description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cucumber-framework",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-devtools-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/devtools-service",
"version": "7.29.1",
"version": "7.30.0",
"description": "A WebdriverIO service that allows you to run Chrome DevTools commands in your tests",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-devtools-service",
Expand Down Expand Up @@ -41,7 +41,7 @@
"puppeteer-core": "^13.1.3",
"speedline": "^1.4.1",
"stable": "^0.1.8",
"webdriverio": "7.29.1"
"webdriverio": "7.30.0"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-local-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/local-runner",
"version": "7.29.1",
"version": "7.30.0",
"description": "A WebdriverIO runner to run tests locally",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner",
Expand All @@ -26,7 +26,7 @@
"@types/stream-buffers": "^3.0.3",
"@wdio/logger": "7.26.0",
"@wdio/repl": "7.26.0",
"@wdio/runner": "7.29.1",
"@wdio/runner": "7.30.0",
"@wdio/types": "7.26.0",
"async-exit-hook": "^2.0.1",
"split2": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/wdio-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/runner",
"version": "7.29.1",
"version": "7.30.0",
"description": "A WebdriverIO service that runs tests in arbitrary environments",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-runner",
Expand All @@ -22,14 +22,14 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/config": "7.26.0",
"@wdio/config": "7.30.0",
"@wdio/logger": "7.26.0",
"@wdio/types": "7.26.0",
"@wdio/utils": "7.26.0",
"deepmerge": "^4.0.0",
"gaze": "^1.1.2",
"webdriver": "7.27.0",
"webdriverio": "7.29.1"
"webdriver": "7.30.0",
"webdriverio": "7.30.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-sauce-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/sauce-service",
"version": "7.29.1",
"version": "7.30.0",
"description": "WebdriverIO service that provides a better integration into Sauce Labs",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sauce-service",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@wdio/types": "7.26.0",
"@wdio/utils": "7.26.0",
"saucelabs": "^7.1.3",
"webdriverio": "7.29.1"
"webdriverio": "7.30.0"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-selenium-standalone-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/selenium-standalone-service",
"version": "7.29.1",
"version": "7.30.0",
"description": "A WebdriverIO service to start & stop Selenium Standalone",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-selenium-standalone-service",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@types/fs-extra": "^9.0.1",
"@types/node": "^18.0.0",
"@types/selenium-standalone": "^7.0.0",
"@wdio/config": "7.26.0",
"@wdio/config": "7.30.0",
"@wdio/logger": "7.26.0",
"@wdio/types": "7.26.0",
"fs-extra": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-shared-store-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/shared-store-service",
"version": "7.29.1",
"version": "7.30.0",
"description": "A WebdriverIO service to exchange data across processes",
"author": "Mykola Grybyk <mykola.grybyk@gmail.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-shared-store-service",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@wdio/types": "7.26.0",
"got": "^11.0.2",
"polka": "^0.5.2",
"webdriverio": "7.29.1"
"webdriverio": "7.30.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/sync",
"version": "7.29.1",
"version": "7.30.0",
"description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sync",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@wdio/logger": "7.26.0",
"@wdio/types": "7.26.0",
"fibers": "5.0.3",
"webdriverio": "7.29.1"
"webdriverio": "7.30.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-testingbot-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/testingbot-service",
"version": "7.29.1",
"version": "7.30.0",
"description": "A WebdriverIO service that provides a better integration into TestingBot",
"author": "Jochen Delabie <info@testingbot.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-testingbot-service",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@wdio/types": "7.26.0",
"got": "^11.0.2",
"testingbot-tunnel-launcher": "^1.1.7",
"webdriverio": "7.29.1"
"webdriverio": "7.30.0"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-webdriver-mock-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/webdriver-mock-service",
"version": "7.29.1",
"version": "7.30.0",
"description": "A WebdriverIO service to stub all endpoints for internal testing purposes.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-webdriver-mock-service",
Expand All @@ -23,7 +23,7 @@
"@wdio/types": "7.26.0",
"nock": "^13.0.0",
"uuid": "^9.0.0",
"webdriverio": "7.29.1"
"webdriverio": "7.30.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdriver",
"version": "7.27.0",
"version": "7.30.0",
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@types/node": "^18.0.0",
"@wdio/config": "7.26.0",
"@wdio/config": "7.30.0",
"@wdio/logger": "7.26.0",
"@wdio/protocols": "7.27.0",
"@wdio/types": "7.26.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webdriverio",
"description": "Next-gen browser and mobile automation test framework for Node.js",
"version": "7.29.1",
"version": "7.30.0",
"homepage": "https://webdriver.io",
"author": "Christian Bromann <mail@bromann.dev>",
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@types/aria-query": "^5.0.0",
"@types/node": "^18.0.0",
"@wdio/config": "7.26.0",
"@wdio/config": "7.30.0",
"@wdio/logger": "7.26.0",
"@wdio/protocols": "7.27.0",
"@wdio/repl": "7.26.0",
Expand All @@ -67,7 +67,7 @@
"aria-query": "^5.0.0",
"css-shorthand-properties": "^1.1.1",
"css-value": "^0.0.1",
"devtools": "7.28.1",
"devtools": "7.30.0",
"devtools-protocol": "^0.0.1092731",
"fs-extra": "^10.0.0",
"grapheme-splitter": "^1.0.2",
Expand All @@ -81,6 +81,6 @@
"resq": "^1.9.1",
"rgb2hex": "0.2.5",
"serialize-error": "^8.0.0",
"webdriver": "7.27.0"
"webdriver": "7.30.0"
}
}

0 comments on commit 52343d8

Please sign in to comment.