-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Showing
24 changed files
with
80 additions
and
65 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": "8.0.1", | ||
"version": "8.0.2", | ||
"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/main/packages/devtools", | ||
|
@@ -35,11 +35,11 @@ | |
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@types/ua-parser-js": "^0.7.33", | ||
"@wdio/config": "8.0.0", | ||
"@wdio/config": "8.0.2", | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/protocols": "8.0.0", | ||
"@wdio/types": "8.0.0", | ||
"@wdio/utils": "8.0.0", | ||
"@wdio/utils": "8.0.2", | ||
"chrome-launcher": "^0.15.0", | ||
"edge-paths": "^2.1.0", | ||
"import-meta-resolve": "^2.1.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/appium-service", | ||
"version": "8.0.0", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO service to start & stop Appium Server", | ||
"author": "Morten Bjerg Gregersen <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-appium-service", | ||
|
@@ -30,7 +30,7 @@ | |
"types": "./build/index.d.ts", | ||
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@wdio/config": "8.0.0", | ||
"@wdio/config": "8.0.2", | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/types": "8.0.0", | ||
"import-meta-resolve": "^2.1.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/browser-runner", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO runner to run unit tests tests in the browser.", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browser-runner", | ||
|
@@ -31,14 +31,14 @@ | |
"@esbuild-plugins/node-globals-polyfill": "^0.1.1", | ||
"@originjs/vite-plugin-commonjs": "^1.0.3", | ||
"@types/mocha": "^10.0.0", | ||
"@wdio/globals": "8.0.1", | ||
"@wdio/local-runner": "8.0.1", | ||
"@wdio/globals": "8.0.2", | ||
"@wdio/local-runner": "8.0.2", | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/mocha-framework": "8.0.0", | ||
"@wdio/mocha-framework": "8.0.2", | ||
"@wdio/protocols": "8.0.0", | ||
"@wdio/runner": "8.0.1", | ||
"@wdio/runner": "8.0.2", | ||
"@wdio/types": "8.0.0", | ||
"@wdio/utils": "8.0.0", | ||
"@wdio/utils": "8.0.2", | ||
"deepmerge-ts": "^4.2.2", | ||
"expect-webdriverio": "^4.0.0-alpha.6", | ||
"fast-safe-stringify": "^2.1.1", | ||
|
@@ -47,8 +47,8 @@ | |
"serialize-error": "^11.0.0", | ||
"vite": "^3.1.7", | ||
"vite-plugin-top-level-await": "^1.2.1", | ||
"webdriver": "8.0.0", | ||
"webdriverio": "8.0.1", | ||
"webdriver": "8.0.2", | ||
"webdriverio": "8.0.2", | ||
"ws": "^8.10.0" | ||
}, | ||
"scripts": { | ||
|
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": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "WebdriverIO service for better Browserstack integration", | ||
"author": "Adam Bjerstedt <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service", | ||
|
@@ -33,7 +33,7 @@ | |
"browserstack-local": "^1.5.1", | ||
"form-data": "^4.0.0", | ||
"got": "^12.1.0", | ||
"webdriverio": "8.0.1" | ||
"webdriverio": "8.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@wdio/cli": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.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/cli", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "WebdriverIO testrunner command line interface", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli", | ||
|
@@ -40,12 +40,12 @@ | |
"@types/lodash.union": "^4.6.7", | ||
"@types/recursive-readdir": "^2.2.1", | ||
"@types/yargs": "^17.0.10", | ||
"@wdio/config": "8.0.0", | ||
"@wdio/globals": "8.0.1", | ||
"@wdio/config": "8.0.2", | ||
"@wdio/globals": "8.0.2", | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/protocols": "8.0.0", | ||
"@wdio/types": "8.0.0", | ||
"@wdio/utils": "8.0.0", | ||
"@wdio/utils": "8.0.2", | ||
"async-exit-hook": "^2.0.1", | ||
"chalk": "^5.0.1", | ||
"chokidar": "^3.5.3", | ||
|
@@ -59,7 +59,7 @@ | |
"mkdirp": "^1.0.4", | ||
"read-pkg-up": "9.1.0", | ||
"recursive-readdir": "^2.2.2", | ||
"webdriverio": "8.0.1", | ||
"webdriverio": "8.0.2", | ||
"yargs": "^17.5.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/config", | ||
"version": "8.0.0", | ||
"version": "8.0.2", | ||
"description": "A helper utility to parse and validate WebdriverIO options", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-config", | ||
|
@@ -28,7 +28,7 @@ | |
"dependencies": { | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/types": "8.0.0", | ||
"@wdio/utils": "8.0.0", | ||
"@wdio/utils": "8.0.2", | ||
"decamelize": "^6.0.0", | ||
"deepmerge-ts": "^4.2.2", | ||
"glob": "^8.0.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/crossbrowsertesting-service", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO service that manages local tunnel and job metadata for CrossBrowserTesting users.", | ||
"author": "Daphne Magsby <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-crossbrowsertesting-service", | ||
|
@@ -31,7 +31,7 @@ | |
"@wdio/types": "8.0.0", | ||
"cbt_tunnels": "^1.2.2", | ||
"got": "^12.1.0", | ||
"webdriverio": "8.0.1" | ||
"webdriverio": "8.0.2" | ||
}, | ||
"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/cucumber-framework", | ||
"version": "8.0.0", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cucumber-framework", | ||
|
@@ -44,7 +44,7 @@ | |
"@types/mockery": "^1.4.29", | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/types": "8.0.0", | ||
"@wdio/utils": "8.0.0", | ||
"@wdio/utils": "8.0.2", | ||
"glob": "^8.0.3", | ||
"is-glob": "^4.0.0", | ||
"long": "^5.2.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/devtools-service", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO service that allows you to run Chrome DevTools commands in your tests", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-devtools-service", | ||
|
@@ -47,7 +47,7 @@ | |
"puppeteer-core": "19.3.0", | ||
"speedline": "^1.4.3", | ||
"stable": "^0.1.8", | ||
"webdriverio": "8.0.1", | ||
"webdriverio": "8.0.2", | ||
"ws": "^8.8.1" | ||
}, | ||
"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": "@wdio/globals", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A helper utility for importing global variables directly", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-globals", | ||
|
@@ -40,6 +40,6 @@ | |
}, | ||
"optionalDependencies": { | ||
"expect-webdriverio": "^4.0.0-alpha.6", | ||
"webdriverio": "8.0.1" | ||
"webdriverio": "8.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/jasmine-framework", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO plugin. Adapter for Jasmine testing framework.", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-jasmine-framework", | ||
|
@@ -31,10 +31,10 @@ | |
"dependencies": { | ||
"@types/jasmine": "4.3.0", | ||
"@types/node": "^18.0.0", | ||
"@wdio/globals": "8.0.1", | ||
"@wdio/globals": "8.0.2", | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/types": "8.0.0", | ||
"@wdio/utils": "8.0.0", | ||
"@wdio/utils": "8.0.2", | ||
"expect-webdriverio": "^4.0.0-alpha.3", | ||
"jasmine": "^4.2.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/local-runner", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO runner to run tests locally", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner", | ||
|
@@ -30,7 +30,7 @@ | |
"@types/stream-buffers": "^3.0.4", | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/repl": "8.0.0", | ||
"@wdio/runner": "8.0.1", | ||
"@wdio/runner": "8.0.2", | ||
"@wdio/types": "8.0.0", | ||
"async-exit-hook": "^2.0.1", | ||
"split2": "^4.1.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/mocha-framework", | ||
"version": "8.0.0", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO plugin. Adapter for Mocha testing framework.", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-mocha-framework", | ||
|
@@ -35,7 +35,7 @@ | |
"@types/mocha": "^10.0.0", | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/types": "8.0.0", | ||
"@wdio/utils": "8.0.0", | ||
"@wdio/utils": "8.0.2", | ||
"mocha": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
|
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": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO service that runs tests in arbitrary environments", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-runner", | ||
|
@@ -26,16 +26,16 @@ | |
"types": "./build/index.d.ts", | ||
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@wdio/config": "8.0.0", | ||
"@wdio/globals": "8.0.1", | ||
"@wdio/config": "8.0.2", | ||
"@wdio/globals": "8.0.2", | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/types": "8.0.0", | ||
"@wdio/utils": "8.0.0", | ||
"@wdio/utils": "8.0.2", | ||
"deepmerge-ts": "^4.2.2", | ||
"expect-webdriverio": "^4.0.0-alpha.3", | ||
"gaze": "^1.1.2", | ||
"webdriver": "8.0.0", | ||
"webdriverio": "8.0.1" | ||
"webdriver": "8.0.2", | ||
"webdriverio": "8.0.2" | ||
}, | ||
"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": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "WebdriverIO service that provides a better integration into Sauce Labs", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sauce-service", | ||
|
@@ -29,9 +29,9 @@ | |
"dependencies": { | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/types": "8.0.0", | ||
"@wdio/utils": "8.0.0", | ||
"@wdio/utils": "8.0.2", | ||
"saucelabs": "^7.1.3", | ||
"webdriverio": "8.0.1" | ||
"webdriverio": "8.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.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/selenium-standalone-service", | ||
"version": "8.0.0", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO service to start & stop Selenium Standalone", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-selenium-standalone-service", | ||
|
@@ -32,7 +32,7 @@ | |
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@types/selenium-standalone": "^7.0.0", | ||
"@wdio/config": "8.0.0", | ||
"@wdio/config": "8.0.2", | ||
"@wdio/logger": "8.0.0", | ||
"@wdio/types": "8.0.0", | ||
"selenium-standalone": "^8.2.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/shared-store-service", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO service to exchange data across processes", | ||
"author": "Mykola Grybyk <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-shared-store-service", | ||
|
@@ -32,7 +32,7 @@ | |
"@wdio/types": "8.0.0", | ||
"got": "^12.1.0", | ||
"polka": "^0.5.2", | ||
"webdriverio": "8.0.1" | ||
"webdriverio": "8.0.2" | ||
}, | ||
"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/testingbot-service", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A WebdriverIO service that provides a better integration into TestingBot", | ||
"author": "Jochen Delabie <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-testingbot-service", | ||
|
@@ -31,7 +31,7 @@ | |
"@wdio/types": "8.0.0", | ||
"got": "^12.1.0", | ||
"testingbot-tunnel-launcher": "^1.1.7", | ||
"webdriverio": "8.0.1" | ||
"webdriverio": "8.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.0.0" | ||
|
Oops, something went wrong.