mirror of
https://github.com/appium/appium.git
synced 2026-01-14 06:10:01 -06:00
Bumps [webdriverio](https://github.com/webdriverio/webdriverio) from 5.22.4 to 6.0.5. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/master/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/compare/v5.22.4...v6.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
19 lines
453 B
JSON
19 lines
453 B
JSON
{
|
|
"name": "webdriverio-sample-appium-tests",
|
|
"version": "1.0.0",
|
|
"description": "Sample tests using webdriverio",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha test/basic",
|
|
"clean": "rm -rf node_modules && rm -f package-lock.json && npm install"
|
|
},
|
|
"author": "Daniel Graham",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"assert": "^2.0.0",
|
|
"chai": "^4.1.2",
|
|
"mocha": "^7.0.1",
|
|
"webdriverio": "^6.0.5"
|
|
}
|
|
}
|