-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec86d12
commit 3590714
Showing
13 changed files
with
35 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "devtools", | ||
"version": "5.19.0", | ||
"version": "5.22.1", | ||
"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/webdriver", | ||
|
@@ -32,7 +32,7 @@ | |
"dependencies": { | ||
"@wdio/config": "5.18.4", | ||
"@wdio/logger": "5.16.10", | ||
"@wdio/protocols": "5.19.0", | ||
"@wdio/protocols": "5.22.1", | ||
"@wdio/utils": "5.18.6", | ||
"chrome-launcher": "^0.11.1", | ||
"puppeteer-core": "^1.18.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wdio/browserstack-service", | ||
"version": "5.20.1", | ||
"version": "5.22.1", | ||
"description": "WebdriverIO service for better Browserstack integration", | ||
"author": "Adam Bjerstedt <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-browserstack-service", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wdio/cli", | ||
"version": "5.22.0", | ||
"version": "5.22.1", | ||
"description": "WebdriverIO testrunner command line interface", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-cli", | ||
|
@@ -49,7 +49,7 @@ | |
"lodash.pickby": "^4.6.0", | ||
"lodash.union": "^4.6.0", | ||
"log-update": "^3.2.0", | ||
"webdriverio": "5.21.0", | ||
"webdriverio": "5.22.1", | ||
"yargs": "^15.0.1", | ||
"yarn-install": "^1.0.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wdio/lambda-runner", | ||
"version": "5.21.0", | ||
"version": "5.22.1", | ||
"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", | ||
|
@@ -33,7 +33,7 @@ | |
}, | ||
"dependencies": { | ||
"@wdio/logger": "5.16.10", | ||
"@wdio/runner": "5.21.0", | ||
"@wdio/runner": "5.22.1", | ||
"find-node-modules": "^2.0.0", | ||
"serverless": "^1.25.0", | ||
"shelljs": "^0.8.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wdio/local-runner", | ||
"version": "5.21.0", | ||
"version": "5.22.1", | ||
"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", | ||
|
@@ -33,7 +33,7 @@ | |
"dependencies": { | ||
"@wdio/logger": "5.16.10", | ||
"@wdio/repl": "5.18.6", | ||
"@wdio/runner": "5.21.0", | ||
"@wdio/runner": "5.22.1", | ||
"async-exit-hook": "^2.0.1", | ||
"stream-buffers": "^3.0.2" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wdio/protocols", | ||
"version": "5.19.0", | ||
"version": "5.22.1", | ||
"description": "Utility package providing information about automation protocols", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-protocols", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wdio/runner", | ||
"version": "5.21.0", | ||
"version": "5.22.1", | ||
"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", | ||
|
@@ -35,7 +35,7 @@ | |
"@wdio/utils": "5.18.6", | ||
"deepmerge": "^4.0.0", | ||
"gaze": "^1.1.2", | ||
"webdriverio": "5.21.0" | ||
"webdriverio": "5.22.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wdio/sauce-service", | ||
"version": "5.16.10", | ||
"version": "5.22.1", | ||
"description": "WebdriverIO service that provides a better integration into SauceLabs", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-sauce-service", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wdio/webdriver-mock-service", | ||
"version": "5.19.0", | ||
"version": "5.22.1", | ||
"description": "A WebdriverIO service to stub all endpoints for internal testing purposes.", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-webdriver-mock-service", | ||
|
@@ -26,7 +26,7 @@ | |
"url": "https://github.com/webdriverio/webdriverio/issues" | ||
}, | ||
"dependencies": { | ||
"@wdio/protocols": "5.19.0", | ||
"@wdio/protocols": "5.22.1", | ||
"nock": "^11.1.0" | ||
}, | ||
"publishConfig": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "webdriver", | ||
"version": "5.21.0", | ||
"version": "5.22.1", | ||
"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", | ||
|
@@ -32,7 +32,7 @@ | |
"dependencies": { | ||
"@wdio/config": "5.18.4", | ||
"@wdio/logger": "5.16.10", | ||
"@wdio/protocols": "5.19.0", | ||
"@wdio/protocols": "5.22.1", | ||
"@wdio/utils": "5.18.6", | ||
"lodash.merge": "^4.6.1", | ||
"request": "^2.83.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "webdriverio", | ||
"description": "Next-gen WebDriver test automation framework for Node.js", | ||
"version": "5.21.0", | ||
"version": "5.22.1", | ||
"homepage": "https://webdriver.io", | ||
"author": "Christian Bromann <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -70,6 +70,6 @@ | |
"resq": "^1.6.0", | ||
"rgb2hex": "^0.1.0", | ||
"serialize-error": "^5.0.0", | ||
"webdriver": "5.21.0" | ||
"webdriver": "5.22.1" | ||
} | ||
} |