Skip to content

Commit

Permalink
v7.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WebdriverIO Release Bot committed Sep 22, 2021
1 parent 3082268 commit 1464081
Show file tree
Hide file tree
Showing 36 changed files with 132 additions and 109 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,29 @@ See [CHANGELOG - v6](https://github.com/webdriverio/webdriverio/blob/v6/CHANGELO

---

## v7.13.0 (2021-09-22)

#### :rocket: New Feature
* `wdio-protocols`
* [#7451](https://github.com/webdriverio/webdriverio/pull/7451) Allow to access Selenium v4 GraphQL data ([@christian-bromann](https://github.com/christian-bromann))

#### :bug: Bug Fix
* `wdio-cli`, `wdio-runner`, `wdio-sauce-service`, `wdio-types`
* [#7461](https://github.com/webdriverio/webdriverio/pull/7461) only upload log files with the same cid ([@christian-bromann](https://github.com/christian-bromann))
* `wdio-utils`
* [#7437](https://github.com/webdriverio/webdriverio/pull/7437) Detect Selenium v4 Server ([@christian-bromann](https://github.com/christian-bromann))

#### :memo: Documentation
* [#7425](https://github.com/webdriverio/webdriverio/pull/7425) Write migration guide from sync to async tests ([@christian-bromann](https://github.com/christian-bromann))

#### :house: Internal
* `wdio-cli`, `wdio-utils`
* [#7458](https://github.com/webdriverio/webdriverio/pull/7458) Bump expect-webdriverio to improve async jasmine execution ([@christian-bromann](https://github.com/christian-bromann))

#### Committers: 1
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))


## v7.12.5 (2021-09-14)

#### :bug: Bug Fix
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.12.6",
"version": "7.13.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
10 changes: 5 additions & 5 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools",
"version": "7.12.5",
"version": "7.13.0",
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/devtools",
Expand All @@ -23,11 +23,11 @@
},
"dependencies": {
"@types/node": "^15.12.5",
"@wdio/config": "7.12.5",
"@wdio/config": "7.13.0",
"@wdio/logger": "7.7.0",
"@wdio/protocols": "7.12.1",
"@wdio/types": "7.12.5",
"@wdio/utils": "7.12.5",
"@wdio/protocols": "7.13.0",
"@wdio/types": "7.13.0",
"@wdio/utils": "7.13.0",
"chrome-launcher": "^0.14.0",
"edge-paths": "^2.1.0",
"puppeteer-core": "^10.1.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.12.5",
"version": "7.13.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 All @@ -25,8 +25,8 @@
},
"dependencies": {
"@types/node": "^15.12.5",
"@wdio/reporter": "7.12.5",
"@wdio/types": "7.12.5",
"@wdio/reporter": "7.13.0",
"@wdio/types": "7.13.0",
"allure-js-commons": "^1.3.2",
"csv-stringify": "^5.6.2",
"strip-ansi": "^6.0.0"
Expand Down
6 changes: 3 additions & 3 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.12.5",
"version": "7.13.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,9 +27,9 @@
},
"dependencies": {
"@types/fs-extra": "^9.0.4",
"@wdio/config": "7.12.5",
"@wdio/config": "7.13.0",
"@wdio/logger": "7.7.0",
"@wdio/types": "7.12.5",
"@wdio/types": "7.13.0",
"fs-extra": "^10.0.0",
"param-case": "^3.0.0"
},
Expand Down
6 changes: 3 additions & 3 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.12.5",
"version": "7.13.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 All @@ -25,10 +25,10 @@
"dependencies": {
"@types/node": "^15.12.5",
"@wdio/logger": "7.7.0",
"@wdio/types": "7.12.5",
"@wdio/types": "7.13.0",
"browserstack-local": "^1.4.5",
"got": "^11.0.2",
"webdriverio": "7.12.5"
"webdriverio": "7.13.0"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
10 changes: 5 additions & 5 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.12.6",
"version": "7.13.0",
"description": "WebdriverIO testrunner command line interface",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
Expand Down Expand Up @@ -37,10 +37,10 @@
"@types/lodash.union": "^4.6.6",
"@types/node": "^15.12.5",
"@types/recursive-readdir": "^2.2.0",
"@wdio/config": "7.12.5",
"@wdio/config": "7.13.0",
"@wdio/logger": "7.7.0",
"@wdio/types": "7.12.5",
"@wdio/utils": "7.12.5",
"@wdio/types": "7.13.0",
"@wdio/utils": "7.13.0",
"async-exit-hook": "^2.0.1",
"chalk": "^4.0.0",
"chokidar": "^3.0.0",
Expand All @@ -53,7 +53,7 @@
"lodash.union": "^4.6.0",
"mkdirp": "^1.0.4",
"recursive-readdir": "^2.2.2",
"webdriverio": "7.12.5",
"webdriverio": "7.13.0",
"yargs": "^17.0.0",
"yarn-install": "^1.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/wdio-concise-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/concise-reporter",
"version": "7.12.5",
"version": "7.13.0",
"description": "A concise reporter for WebdriverIO",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-concise-reporter",
Expand All @@ -22,8 +22,8 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/reporter": "7.12.5",
"@wdio/types": "7.12.5",
"@wdio/reporter": "7.13.0",
"@wdio/types": "7.13.0",
"chalk": "^4.0.0",
"pretty-ms": "^7.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/config",
"version": "7.12.5",
"version": "7.13.0",
"description": "A helper utility to parse and validate WebdriverIO options",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-config",
Expand All @@ -24,7 +24,7 @@
"types": "./build/index.d.ts",
"dependencies": {
"@wdio/logger": "7.7.0",
"@wdio/types": "7.12.5",
"@wdio/types": "7.13.0",
"deepmerge": "^4.0.0",
"glob": "^7.1.2"
},
Expand Down
6 changes: 3 additions & 3 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.12.5",
"version": "7.13.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 @@ -24,10 +24,10 @@
"dependencies": {
"@types/node": "^15.12.5",
"@wdio/logger": "7.7.0",
"@wdio/types": "7.12.5",
"@wdio/types": "7.13.0",
"cbt_tunnels": "^1.2.2",
"got": "^11.0.2",
"webdriverio": "7.12.5"
"webdriverio": "7.13.0"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
6 changes: 3 additions & 3 deletions 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.12.5",
"version": "7.13.0",
"description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cucumber-framework",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@types/long": "^4.0.1",
"@types/mockery": "^1.4.29",
"@wdio/logger": "7.7.0",
"@wdio/types": "7.12.5",
"@wdio/utils": "7.12.5",
"@wdio/types": "7.13.0",
"@wdio/utils": "7.13.0",
"expect-webdriverio": "^3.0.0",
"glob": "^7.1.2",
"is-glob": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 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.12.5",
"version": "7.13.0",
"description": "A WebdriverIO service that allows you to run Chrome DevTools commands in your tests",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-devtools-service",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@tracerbench/trace-event": "^6.0.0",
"@types/node": "^15.12.5",
"@wdio/logger": "7.7.0",
"@wdio/types": "7.12.5",
"@wdio/types": "7.13.0",
"atob": "^2.1.2",
"babel-plugin-istanbul": "^6.0.0",
"core-js": "~3.18.0",
Expand All @@ -42,7 +42,7 @@
"puppeteer-core": "^10.1.0",
"speedline": "^1.4.1",
"stable": "^0.1.8",
"webdriverio": "7.12.5"
"webdriverio": "7.13.0"
},
"devDependencies": {
"@types/atob": "^2.1.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/wdio-dot-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/dot-reporter",
"version": "7.12.5",
"version": "7.13.0",
"description": "A WebdriverIO plugin to report in dot style",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-dot-reporter",
Expand All @@ -22,8 +22,8 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/reporter": "7.12.5",
"@wdio/types": "7.12.5",
"@wdio/reporter": "7.13.0",
"@wdio/types": "7.13.0",
"chalk": "^4.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-firefox-profile-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/firefox-profile-service",
"version": "7.12.5",
"version": "7.13.0",
"description": "WebdriverIO service that lets you define your Firefox profile in your wdio.conf.js",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-firefox-profile-service",
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/types": "7.12.5",
"@wdio/types": "7.13.0",
"firefox-profile": "^4.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/wdio-jasmine-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/jasmine-framework",
"version": "7.12.5",
"version": "7.13.0",
"description": "A WebdriverIO plugin. Adapter for Jasmine testing framework.",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-jasmine-framework",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@types/jasmine": "3.6.9",
"@types/node": "^15.12.5",
"@wdio/logger": "7.7.0",
"@wdio/types": "7.12.5",
"@wdio/utils": "7.12.5",
"@wdio/types": "7.13.0",
"@wdio/utils": "7.13.0",
"expect-webdriverio": "^3.0.0",
"jasmine": "3.9.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/wdio-junit-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/junit-reporter",
"version": "7.12.5",
"version": "7.13.0",
"description": "A WebdriverIO reporter that creates Jenkins compatible XML based JUnit reports",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-junit-reporter",
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"@types/json-stringify-safe": "^5.0.0",
"@types/validator": "^13.1.3",
"@wdio/reporter": "7.12.5",
"@wdio/types": "7.12.5",
"@wdio/reporter": "7.13.0",
"@wdio/types": "7.13.0",
"json-stringify-safe": "^5.0.1",
"junit-report-builder": "^3.0.0",
"validator": "^13.0.0"
Expand Down
8 changes: 4 additions & 4 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.12.5",
"version": "7.13.0",
"description": "A WebdriverIO runner to run tests locally",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner",
Expand All @@ -25,9 +25,9 @@
"dependencies": {
"@types/stream-buffers": "^3.0.3",
"@wdio/logger": "7.7.0",
"@wdio/repl": "7.12.5",
"@wdio/runner": "7.12.5",
"@wdio/types": "7.12.5",
"@wdio/repl": "7.13.0",
"@wdio/runner": "7.13.0",
"@wdio/types": "7.13.0",
"async-exit-hook": "^2.0.1",
"split2": "^3.2.2",
"stream-buffers": "^3.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/wdio-mocha-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/mocha-framework",
"version": "7.12.5",
"version": "7.13.0",
"description": "A WebdriverIO plugin. Adapter for Mocha testing framework.",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-mocha-framework",
Expand All @@ -24,8 +24,8 @@
"dependencies": {
"@types/mocha": "^9.0.0",
"@wdio/logger": "7.7.0",
"@wdio/types": "7.12.5",
"@wdio/utils": "7.12.5",
"@wdio/types": "7.13.0",
"@wdio/utils": "7.13.0",
"expect-webdriverio": "^3.0.0",
"mocha": "^9.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-protocols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/protocols",
"version": "7.12.1",
"version": "7.13.0",
"description": "Utility package providing information about automation protocols",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-protocols",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/repl",
"version": "7.12.5",
"version": "7.13.0",
"description": "A WDIO helper utility to provide a repl interface for WebdriverIO",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-repl",
Expand All @@ -25,7 +25,7 @@
"types": "./build/index.d.ts",
"typeScriptVersion": "3.8.3",
"dependencies": {
"@wdio/utils": "7.12.5"
"@wdio/utils": "7.13.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1464081

Please sign in to comment.