-
-
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
Showing
40 changed files
with
166 additions
and
141 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.15", | ||
"version": "8.1.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/main/packages/devtools", | ||
|
@@ -39,11 +39,11 @@ | |
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@types/node": "^18.0.0", | ||
"@wdio/config": "8.0.14", | ||
"@wdio/logger": "8.0.14", | ||
"@wdio/protocols": "8.0.15", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/utils": "8.0.14", | ||
"@wdio/config": "8.1.0", | ||
"@wdio/logger": "8.1.0", | ||
"@wdio/protocols": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"@wdio/utils": "8.1.0", | ||
"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/allure-reporter", | ||
"version": "8.0.14", | ||
"version": "8.1.0", | ||
"description": "A WebdriverIO reporter plugin to create Allure Test Reports", | ||
"author": "Boris Osipov <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-allure-reporter", | ||
|
@@ -39,8 +39,8 @@ | |
}, | ||
"dependencies": { | ||
"@types/node": "^18.0.0", | ||
"@wdio/reporter": "8.0.14", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/reporter": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"allure-js-commons": "^1.3.2", | ||
"csv-stringify": "^6.0.4", | ||
"strip-ansi": "^6.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/appium-service", | ||
"version": "8.0.14", | ||
"version": "8.1.0", | ||
"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,9 +30,9 @@ | |
"types": "./build/index.d.ts", | ||
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@wdio/config": "8.0.14", | ||
"@wdio/logger": "8.0.14", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/config": "8.1.0", | ||
"@wdio/logger": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"import-meta-resolve": "^2.1.0", | ||
"param-case": "^3.0.4", | ||
"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/browser-runner", | ||
"version": "8.0.15", | ||
"version": "8.1.0", | ||
"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,13 +31,13 @@ | |
"@esbuild-plugins/node-globals-polyfill": "^0.1.1", | ||
"@originjs/vite-plugin-commonjs": "^1.0.3", | ||
"@types/node": "^18.0.0", | ||
"@wdio/globals": "8.0.15", | ||
"@wdio/local-runner": "8.0.15", | ||
"@wdio/logger": "8.0.14", | ||
"@wdio/mocha-framework": "8.0.14", | ||
"@wdio/protocols": "8.0.15", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/utils": "8.0.14", | ||
"@wdio/globals": "8.1.0", | ||
"@wdio/local-runner": "8.1.0", | ||
"@wdio/logger": "8.1.0", | ||
"@wdio/mocha-framework": "8.1.0", | ||
"@wdio/protocols": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"@wdio/utils": "8.1.0", | ||
"deepmerge-ts": "^4.2.2", | ||
"expect-webdriverio": "^4.0.1", | ||
"fast-safe-stringify": "^2.1.1", | ||
|
@@ -46,8 +46,8 @@ | |
"serialize-error": "^11.0.0", | ||
"vite": "^4.0.2", | ||
"vite-plugin-top-level-await": "^1.2.1", | ||
"webdriver": "8.0.15", | ||
"webdriverio": "8.0.15", | ||
"webdriver": "8.1.0", | ||
"webdriverio": "8.1.0", | ||
"ws": "^8.10.0" | ||
}, | ||
"scripts": { | ||
|
@@ -58,6 +58,6 @@ | |
}, | ||
"devDependencies": { | ||
"@types/ws": "^8.5.3", | ||
"@wdio/runner": "8.0.15" | ||
"@wdio/runner": "8.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/browserstack-service", | ||
"version": "8.0.14", | ||
"version": "8.1.0", | ||
"description": "WebdriverIO service for better Browserstack integration", | ||
"author": "Adam Bjerstedt <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service", | ||
|
@@ -28,9 +28,9 @@ | |
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@types/gitconfiglocal": "^2.0.1", | ||
"@wdio/logger": "8.0.14", | ||
"@wdio/reporter": "^8.0.13", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/logger": "8.1.0", | ||
"@wdio/reporter": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"browserstack-local": "^1.5.1", | ||
"form-data": "^4.0.0", | ||
"git-repo-info": "^2.1.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/cli", | ||
"version": "8.0.15", | ||
"version": "8.1.0", | ||
"description": "WebdriverIO testrunner command line interface", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli", | ||
|
@@ -34,12 +34,12 @@ | |
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@types/node": "^18.0.0", | ||
"@wdio/config": "8.0.14", | ||
"@wdio/globals": "8.0.15", | ||
"@wdio/logger": "8.0.14", | ||
"@wdio/protocols": "8.0.15", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/utils": "8.0.14", | ||
"@wdio/config": "8.1.0", | ||
"@wdio/globals": "8.1.0", | ||
"@wdio/logger": "8.1.0", | ||
"@wdio/protocols": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"@wdio/utils": "8.1.0", | ||
"async-exit-hook": "^2.0.1", | ||
"chalk": "^5.0.1", | ||
"chokidar": "^3.5.3", | ||
|
@@ -54,7 +54,7 @@ | |
"mkdirp": "^1.0.4", | ||
"read-pkg-up": "9.1.0", | ||
"recursive-readdir": "^2.2.2", | ||
"webdriverio": "8.0.15", | ||
"webdriverio": "8.1.0", | ||
"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/concise-reporter", | ||
"version": "8.0.14", | ||
"version": "8.1.0", | ||
"description": "A concise reporter for WebdriverIO", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-concise-reporter", | ||
|
@@ -26,8 +26,8 @@ | |
"types": "./build/index.d.ts", | ||
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@wdio/reporter": "8.0.14", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/reporter": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"chalk": "^5.0.1", | ||
"pretty-ms": "^7.0.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/config", | ||
"version": "8.0.14", | ||
"version": "8.1.0", | ||
"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", | ||
|
@@ -26,9 +26,9 @@ | |
"url": "https://github.com/webdriverio/webdriverio/issues" | ||
}, | ||
"dependencies": { | ||
"@wdio/logger": "8.0.14", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/utils": "8.0.14", | ||
"@wdio/logger": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"@wdio/utils": "8.1.0", | ||
"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.14", | ||
"version": "8.1.0", | ||
"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", | ||
|
@@ -26,8 +26,8 @@ | |
"types": "./build/index.d.ts", | ||
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@wdio/logger": "8.0.14", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/logger": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"cbt_tunnels": "^1.2.2", | ||
"got": "^12.1.0", | ||
"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/cucumber-framework", | ||
"version": "8.0.14", | ||
"version": "8.1.0", | ||
"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", | ||
|
@@ -42,9 +42,9 @@ | |
"@cucumber/gherkin-streams": "^5.0.0", | ||
"@cucumber/messages": "21.0.1", | ||
"@types/node": "^18.0.0", | ||
"@wdio/logger": "8.0.14", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/utils": "8.0.14", | ||
"@wdio/logger": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"@wdio/utils": "8.1.0", | ||
"glob": "^8.0.3", | ||
"is-glob": "^4.0.0", | ||
"mockery": "^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/devtools-service", | ||
"version": "8.0.14", | ||
"version": "8.1.0", | ||
"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", | ||
|
@@ -33,8 +33,8 @@ | |
"@babel/core": "^7.18.0", | ||
"@tracerbench/trace-event": "^8.0.0", | ||
"@types/node": "^18.0.0", | ||
"@wdio/logger": "8.0.14", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/logger": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
"devtools-protocol": "^0.0.1087818", | ||
"istanbul-lib-coverage": "^3.2.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/dot-reporter", | ||
"version": "8.0.14", | ||
"version": "8.1.0", | ||
"description": "A WebdriverIO plugin to report in dot style", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-dot-reporter", | ||
|
@@ -26,8 +26,8 @@ | |
"types": "./build/index.d.ts", | ||
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@wdio/reporter": "8.0.14", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/reporter": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"chalk": "^5.0.1" | ||
}, | ||
"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/firefox-profile-service", | ||
"version": "8.0.14", | ||
"version": "8.1.0", | ||
"description": "WebdriverIO service that lets you define your Firefox profile in your wdio.conf.js", | ||
"author": "Christian Bromann <[email protected]>", | ||
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-firefox-profile-service", | ||
|
@@ -33,7 +33,7 @@ | |
"types": "./build/index.d.ts", | ||
"typeScriptVersion": "3.8.3", | ||
"dependencies": { | ||
"@wdio/types": "8.0.14", | ||
"@wdio/types": "8.1.0", | ||
"firefox-profile": "^4.0.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": "@wdio/globals", | ||
"version": "8.0.15", | ||
"version": "8.1.0", | ||
"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", | ||
|
@@ -42,6 +42,6 @@ | |
}, | ||
"optionalDependencies": { | ||
"expect-webdriverio": "^4.0.1", | ||
"webdriverio": "8.0.15" | ||
"webdriverio": "8.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/jasmine-framework", | ||
"version": "8.0.14", | ||
"version": "8.1.0", | ||
"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,9 +31,9 @@ | |
"dependencies": { | ||
"@types/node": "^18.0.0", | ||
"@wdio/globals": "8.0.11", | ||
"@wdio/logger": "8.0.14", | ||
"@wdio/types": "8.0.14", | ||
"@wdio/utils": "8.0.14", | ||
"@wdio/logger": "8.1.0", | ||
"@wdio/types": "8.1.0", | ||
"@wdio/utils": "8.1.0", | ||
"expect-webdriverio": "^4.0.1", | ||
"jasmine": "^4.2.1" | ||
}, | ||
|
Oops, something went wrong.