Skip to content

Commit

Permalink
v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WebdriverIO Release Bot committed Nov 16, 2020
1 parent 90c86e6 commit 08e2f8d
Show file tree
Hide file tree
Showing 29 changed files with 114 additions and 80 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,40 @@ See [CHANGELOG - v5](https://github.com/webdriverio/webdriverio/blob/v5/CHANGELO

---

## v6.8.0 (2020-11-16)

#### :rocket: New Feature
* `wdio-protocols`
* [#6102](https://github.com/webdriverio/webdriverio/pull/6102) feat: enable new printPage command via webdriver protocol binding ([@zachlysobey](https://github.com/zachlysobey))

#### :bug: Bug Fix
* `wdio-repl`, `wdio-utils`, `webdriver`
* [#6111](https://github.com/webdriverio/webdriverio/pull/6111) Fix environment detection ([@christian-bromann](https://github.com/christian-bromann))
* `wdio-mocha-framework`
* [#6108](https://github.com/webdriverio/webdriverio/pull/6108) fix(5973): fix for mocha before all hook incorrectly taking the first… ([@sarathps93](https://github.com/sarathps93))
* `wdio-appium-service`, `wdio-config`, `wdio-selenium-standalone-service`, `wdio-sync`, `webdriverio`
* [#6107](https://github.com/webdriverio/webdriverio/pull/6107) Fix Selenium-Standalone service overriding capabilities ([@hieuxlu](https://github.com/hieuxlu))

#### :memo: Documentation
* [#6104](https://github.com/webdriverio/webdriverio/pull/6104) Update Selectors.md ([@wswebcreation](https://github.com/wswebcreation))

#### :house: Internal
* `devtools`, `wdio-config`, `wdio-logger`, `wdio-protocols`, `webdriver`
* [#5824](https://github.com/webdriverio/webdriverio/pull/5824) Tracking doc: rewrite `devtools` package into TypeScript ([@christian-bromann](https://github.com/christian-bromann))
* Other
* [#6089](https://github.com/webdriverio/webdriverio/pull/6089) website: adjust landing page mobile view ([@mgrybyk](https://github.com/mgrybyk))

#### Committers: 8
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
- Hieu Do ([@hieuxlu](https://github.com/hieuxlu))
- Mykola Grybyk ([@mgrybyk](https://github.com/mgrybyk))
- Sarath ([@sarathps93](https://github.com/sarathps93))
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
- Zachary Lysobey ([@zachlysobey](https://github.com/zachlysobey))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
- dominik feininger ([@dominikfeininger](https://github.com/dominikfeininger))


## v6.7.4 (2020-11-09)

#### :memo: Documentation
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": "6.7.4",
"version": "6.8.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": "6.7.3",
"version": "6.8.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/master/packages/devtools",
Expand All @@ -25,10 +25,10 @@
"@types/puppeteer-core": "^2.0.0",
"@types/ua-parser-js": "^0.7.33",
"@types/uuid": "^8.3.0",
"@wdio/config": "6.7.3",
"@wdio/logger": "6.7.3",
"@wdio/protocols": "6.6.0",
"@wdio/utils": "6.7.3",
"@wdio/config": "6.8.0",
"@wdio/logger": "6.8.0",
"@wdio/protocols": "6.8.0",
"@wdio/utils": "6.8.0",
"chrome-launcher": "^0.13.1",
"edge-paths": "^2.1.0",
"puppeteer-core": "^5.1.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": "6.7.3",
"version": "6.8.0",
"description": "A WebdriverIO service to start & stop Appium Server",
"author": "Morten Bjerg Gregersen <morten@mogee.dk>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-appium-service",
Expand All @@ -26,8 +26,8 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/config": "6.7.3",
"@wdio/logger": "6.7.3",
"@wdio/config": "6.8.0",
"@wdio/logger": "6.8.0",
"fs-extra": "^9.0.0",
"param-case": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-applitools-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/applitools-service",
"version": "6.7.3",
"version": "6.8.0",
"description": "A WebdriverIO service for visual regression testing using Applitools",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-applitools-service",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@applitools/eyes-webdriverio": "^5.8.4",
"@wdio/logger": "6.7.3"
"@wdio/logger": "6.8.0"
},
"peerDependencies": {
"@wdio/cli": "^6.0.1"
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": "6.7.3",
"version": "6.8.0",
"description": "WebdriverIO service for better Browserstack integration",
"author": "Adam Bjerstedt <abjerstedt@gmail.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-browserstack-service",
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/logger": "6.7.3",
"@wdio/logger": "6.8.0",
"browserstack-local": "^1.4.5",
"got": "^11.0.2"
},
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": "6.7.4",
"version": "6.8.0",
"description": "WebdriverIO testrunner command line interface",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-cli",
Expand Down Expand Up @@ -29,9 +29,9 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/config": "6.7.3",
"@wdio/logger": "6.7.3",
"@wdio/utils": "6.7.3",
"@wdio/config": "6.8.0",
"@wdio/logger": "6.8.0",
"@wdio/utils": "6.8.0",
"async-exit-hook": "^2.0.1",
"chalk": "^4.0.0",
"chokidar": "^3.0.0",
Expand All @@ -44,7 +44,7 @@
"lodash.union": "^4.6.0",
"mkdirp": "^1.0.4",
"recursive-readdir": "^2.2.2",
"webdriverio": "6.7.3",
"webdriverio": "6.8.0",
"yargs": "^16.0.3",
"yarn-install": "^1.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": "6.7.3",
"version": "6.8.0",
"description": "A helper utility to parse and validate WebdriverIO options",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-config",
Expand All @@ -23,7 +23,7 @@
},
"types": "./build/index.d.ts",
"dependencies": {
"@wdio/logger": "6.7.3",
"@wdio/logger": "6.8.0",
"deepmerge": "^4.0.0",
"glob": "^7.1.2"
},
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": "6.7.3",
"version": "6.8.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/master/packages/wdio-crossbrowsertesting-service",
Expand All @@ -22,7 +22,7 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/logger": "6.7.3",
"@wdio/logger": "6.8.0",
"cbt_tunnels": "^1.2.2",
"got": "^11.0.2"
},
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": "6.7.3",
"version": "6.8.0",
"description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-cucumber-framework",
Expand All @@ -22,8 +22,8 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/logger": "6.7.3",
"@wdio/utils": "6.7.3",
"@wdio/logger": "6.8.0",
"@wdio/utils": "6.8.0",
"cucumber": "^6.0.5",
"expect-webdriverio": "^1.1.5",
"glob": "^7.1.2",
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": "6.7.3",
"version": "6.8.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/master/packages/wdio-devtools-service",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@types/puppeteer": "^5.4.0",
"@wdio/logger": "6.7.3",
"@wdio/logger": "6.8.0",
"core-js": "~3.7.0",
"lighthouse": "^6.4.1",
"puppeteer-core": "^5.1.0",
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": "6.7.3",
"version": "6.8.0",
"description": "A WebdriverIO plugin. Adapter for Jasmine testing framework.",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-jasmine-framework",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@types/jasmine": "^3.3.8"
},
"dependencies": {
"@wdio/logger": "6.7.3",
"@wdio/utils": "6.7.3",
"@wdio/logger": "6.8.0",
"@wdio/utils": "6.8.0",
"expect-webdriverio": "^1.1.5",
"jasmine": "3.6.3"
},
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": "6.7.3",
"version": "6.8.0",
"description": "A WebdriverIO runner to run tests locally",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-local-runner",
Expand All @@ -24,9 +24,9 @@
},
"dependencies": {
"@types/stream-buffers": "^3.0.3",
"@wdio/logger": "6.7.3",
"@wdio/repl": "6.7.3",
"@wdio/runner": "6.7.3",
"@wdio/logger": "6.8.0",
"@wdio/repl": "6.8.0",
"@wdio/runner": "6.8.0",
"async-exit-hook": "^2.0.1",
"stream-buffers": "^3.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/logger",
"version": "6.7.3",
"version": "6.8.0",
"description": "A helper utility for logging of WebdriverIO packages",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-logger",
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": "6.7.3",
"version": "6.8.0",
"description": "A WebdriverIO plugin. Adapter for Mocha testing framework.",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-mocha-framework",
Expand All @@ -22,8 +22,8 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/logger": "6.7.3",
"@wdio/utils": "6.7.3",
"@wdio/logger": "6.8.0",
"@wdio/utils": "6.8.0",
"expect-webdriverio": "^1.1.5",
"mocha": "^8.0.1"
},
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": "6.6.0",
"version": "6.8.0",
"description": "Utility package providing information about automation protocols",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/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": "6.7.3",
"version": "6.8.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/master/packages/wdio-repl",
Expand All @@ -25,7 +25,7 @@
"types": "./build/index.d.ts",
"typeScriptVersion": "3.7.3",
"dependencies": {
"@wdio/utils": "6.7.3"
"@wdio/utils": "6.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/wdio-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/runner",
"version": "6.7.3",
"version": "6.8.0",
"description": "A WebdriverIO service that runs tests in arbitrary environments",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-runner",
Expand All @@ -22,13 +22,13 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/config": "6.7.3",
"@wdio/logger": "6.7.3",
"@wdio/utils": "6.7.3",
"@wdio/config": "6.8.0",
"@wdio/logger": "6.8.0",
"@wdio/utils": "6.8.0",
"deepmerge": "^4.0.0",
"gaze": "^1.1.2",
"webdriver": "6.7.3",
"webdriverio": "6.7.3"
"webdriver": "6.8.0",
"webdriverio": "6.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 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": "6.7.3",
"version": "6.8.0",
"description": "WebdriverIO service that provides a better integration into Sauce Labs",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-sauce-service",
Expand All @@ -23,8 +23,8 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/logger": "6.7.3",
"@wdio/utils": "6.7.3",
"@wdio/logger": "6.8.0",
"@wdio/utils": "6.8.0",
"saucelabs": "^4.2.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 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": "6.7.3",
"version": "6.8.0",
"description": "A WebdriverIO service to start & stop Selenium Standalone",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-selenium-standalone-service",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"@types/fs-extra": "^9.0.1",
"@types/selenium-standalone": "^6.15.2",
"@wdio/config": "6.7.3",
"@wdio/logger": "6.7.3",
"@wdio/config": "6.8.0",
"@wdio/logger": "6.8.0",
"fs-extra": "^9.0.1",
"selenium-standalone": "^6.20.1"
},
Expand Down
Loading

0 comments on commit 08e2f8d

Please sign in to comment.