Skip to content

Commit

Permalink
v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Sep 14, 2020
1 parent c73cc15 commit 27e1326
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 35 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,35 @@ See [CHANGELOG - v5](https://github.com/webdriverio/webdriverio/blob/v5/CHANGELO

---

## v6.5.0 (2020-09-14)

#### :rocket: New Feature
* `wdio-shared-store-service`, `wdio-sync`, `webdriverio`
* [#5821](https://github.com/webdriverio/webdriverio/pull/5821) Filter postData, responseHeaders, statusCode ([@mgrybyk](https://github.com/mgrybyk))
* `wdio-cli`, `wdio-sync`, `wdio-utils`, `webdriverio`
* [#5819](https://github.com/webdriverio/webdriverio/pull/5819) Add optional delay between spec file retry attempts ([@mgrybyk](https://github.com/mgrybyk))

#### :bug: Bug Fix
* `devtools`
* [#5803](https://github.com/webdriverio/webdriverio/pull/5803) adding dialog handler to switchwindow so that we can handle alerts ([@ParmaJonEman](https://github.com/ParmaJonEman))
* `webdriverio`
* [#5820](https://github.com/webdriverio/webdriverio/pull/5820) Fix network mock headers filter ([@mgrybyk](https://github.com/mgrybyk))

#### :nail_care: Polish
* `wdio-jasmine-framework`
* [#5790](https://github.com/webdriverio/webdriverio/pull/5790) log warning if jasmine tests have no root describe ([@christian-bromann](https://github.com/christian-bromann))

#### :memo: Documentation
* [#5818](https://github.com/webdriverio/webdriverio/pull/5818) generate expect-webdriverio api doc ([@mgrybyk](https://github.com/mgrybyk))
* [#5814](https://github.com/webdriverio/webdriverio/pull/5814) Update BoilerplateProjects.md ([@amiya-pattnaik](https://github.com/amiya-pattnaik))

#### Committers: 4
- Amiya Pattanaik ([@amiya-pattnaik](https://github.com/amiya-pattnaik))
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
- Mykola Grybyk ([@mgrybyk](https://github.com/mgrybyk))
- [@ParmaJonEman](https://github.com/ParmaJonEman)


## v6.4.7 (2020-09-10)

#### :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": "6.4.7",
"version": "6.5.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": "6.4.7",
"version": "6.5.0",
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/devtools",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@wdio/config": "6.4.7",
"@wdio/logger": "6.4.7",
"@wdio/protocols": "6.3.6",
"@wdio/utils": "6.4.7",
"@wdio/utils": "6.5.0",
"chrome-launcher": "^0.13.1",
"puppeteer-core": "^5.1.0",
"ua-parser-js": "^0.7.21",
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": "6.4.7",
"version": "6.5.0",
"description": "WebdriverIO testrunner command line interface",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-cli",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@wdio/config": "6.4.7",
"@wdio/logger": "6.4.7",
"@wdio/utils": "6.4.7",
"@wdio/utils": "6.5.0",
"async-exit-hook": "^2.0.1",
"chalk": "^4.0.0",
"chokidar": "^3.0.0",
Expand All @@ -51,7 +51,7 @@
"lodash.union": "^4.6.0",
"mkdirp": "^1.0.4",
"recursive-readdir": "^2.2.2",
"webdriverio": "6.4.7",
"webdriverio": "6.5.0",
"yargs": "^15.0.1",
"yarn-install": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 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.4.7",
"version": "6.5.0",
"description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-cucumber-framework",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@wdio/logger": "6.4.7",
"@wdio/utils": "6.4.7",
"@wdio/utils": "6.5.0",
"cucumber": "^6.0.5",
"expect-webdriverio": "^1.1.5",
"glob": "^7.1.2",
Expand Down
4 changes: 2 additions & 2 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.4.7",
"version": "6.5.0",
"description": "A WebdriverIO plugin. Adapter for Jasmine testing framework.",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-jasmine-framework",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@wdio/logger": "6.4.7",
"@wdio/utils": "6.4.7",
"@wdio/utils": "6.5.0",
"expect-webdriverio": "^1.1.5",
"jasmine": "3.6.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-lambda-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/lambda-runner",
"version": "6.4.7",
"version": "6.5.0",
"description": "A WebdriverIO plugin that allows you to run tests on AWS",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-lambda-runner",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@wdio/logger": "6.4.7",
"@wdio/runner": "6.4.7",
"@wdio/runner": "6.5.0",
"find-node-modules": "^2.0.0",
"serverless": "^1.25.0",
"shelljs": "^0.8.3",
Expand Down
6 changes: 3 additions & 3 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.4.7",
"version": "6.5.0",
"description": "A WebdriverIO runner to run tests locally",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-local-runner",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@wdio/logger": "6.4.7",
"@wdio/repl": "6.4.7",
"@wdio/runner": "6.4.7",
"@wdio/repl": "6.5.0",
"@wdio/runner": "6.5.0",
"async-exit-hook": "^2.0.1",
"stream-buffers": "^3.0.2"
},
Expand Down
4 changes: 2 additions & 2 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.4.7",
"version": "6.5.0",
"description": "A WebdriverIO plugin. Adapter for Mocha testing framework.",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-mocha-framework",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@wdio/logger": "6.4.7",
"@wdio/utils": "6.4.7",
"@wdio/utils": "6.5.0",
"expect-webdriverio": "^1.1.5",
"mocha": "^8.0.1"
},
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.4.7",
"version": "6.5.0",
"description": "A WDIO helper utility to provide a repl interface for WebdriverIO",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-repl",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/utils": "6.4.7"
"@wdio/utils": "6.5.0"
},
"publishConfig": {
"access": "public"
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": "6.4.7",
"version": "6.5.0",
"description": "A WebdriverIO service that runs tests in arbitrary environments",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-runner",
Expand Down Expand Up @@ -33,11 +33,11 @@
"dependencies": {
"@wdio/config": "6.4.7",
"@wdio/logger": "6.4.7",
"@wdio/utils": "6.4.7",
"@wdio/utils": "6.5.0",
"deepmerge": "^4.0.0",
"gaze": "^1.1.2",
"webdriver": "6.4.7",
"webdriverio": "6.4.7"
"webdriver": "6.5.0",
"webdriverio": "6.5.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": "6.4.7",
"version": "6.5.0",
"description": "WebdriverIO service that provides a better integration into Sauce Labs",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-sauce-service",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@wdio/logger": "6.4.7",
"@wdio/utils": "6.4.7",
"@wdio/utils": "6.5.0",
"saucelabs": "^4.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.4.7",
"version": "6.5.0",
"description": "A WebdriverIO service to exchange data across processes",
"author": "Mykola Grybyk <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-shared-store-service",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/sync",
"version": "6.4.7",
"version": "6.5.0",
"description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-sync",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/utils",
"version": "6.4.7",
"version": "6.5.0",
"description": "A WDIO helper utility to provide several utility functions used across the project.",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-utils",
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": "6.4.7",
"version": "6.5.0",
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/webdriver",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@wdio/config": "6.4.7",
"@wdio/logger": "6.4.7",
"@wdio/protocols": "6.3.6",
"@wdio/utils": "6.4.7",
"@wdio/utils": "6.5.0",
"got": "^11.0.2",
"lodash.merge": "^4.6.1"
},
Expand Down
10 changes: 5 additions & 5 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": "6.4.7",
"version": "6.5.0",
"homepage": "https://webdriver.io",
"author": "Christian Bromann <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -59,12 +59,12 @@
"@types/puppeteer": "^3.0.1",
"@wdio/config": "6.4.7",
"@wdio/logger": "6.4.7",
"@wdio/repl": "6.4.7",
"@wdio/utils": "6.4.7",
"@wdio/repl": "6.5.0",
"@wdio/utils": "6.5.0",
"archiver": "^5.0.0",
"atob": "^2.1.2",
"css-value": "^0.0.1",
"devtools": "6.4.7",
"devtools": "6.5.0",
"get-port": "^5.1.1",
"grapheme-splitter": "^1.0.2",
"lodash.clonedeep": "^4.5.0",
Expand All @@ -76,6 +76,6 @@
"resq": "^1.6.0",
"rgb2hex": "^0.2.0",
"serialize-error": "^7.0.0",
"webdriver": "6.4.7"
"webdriver": "6.5.0"
}
}

0 comments on commit 27e1326

Please sign in to comment.