File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ Code samples to get started with Appium tests for your Native App using Webdrive
1313
1414These code samples are currently based on:
1515
16- - ** WebdriverIO:** ` 7.20.5 `
16+ - ** WebdriverIO:** ` 7.23.0 `
1717- ** Protocol:** ` W3C `
1818
1919## Setup
2020
2121### Requirements
2222
23- - Node.js 8.11.2 +
23+ - Node.js v16.17.0 +
2424 - If you don't have Node installed, download it from [ here] ( https://nodejs.org/en/ )
2525
2626### Install the dependencies
Original file line number Diff line number Diff line change 2525 },
2626 "homepage" : " https://github.com/browserstack/webdriverio-appium-app-browserstack#readme" ,
2727 "dependencies" : {
28- "@wdio/cli" : " ^7.20.5 "
28+ "@wdio/cli" : " ^7.23.0 "
2929 },
3030 "devDependencies" : {
31- "@wdio/browserstack-service" : " ^7.20.5 " ,
32- "@wdio/local-runner" : " ^7.20.5 " ,
33- "@wdio/mocha-framework" : " ^7.20.3 "
31+ "@wdio/browserstack-service" : " ^7.23.0 " ,
32+ "@wdio/local-runner" : " ^7.23.0 " ,
33+ "@wdio/mocha-framework" : " ^7.23.0 "
3434 }
3535}
Original file line number Diff line number Diff line change 2525 },
2626 "homepage" : " https://github.com/browserstack/webdriverio-appium-app-browserstack#readme" ,
2727 "dependencies" : {
28- "@wdio/cli" : " ^7.20.5 "
28+ "@wdio/cli" : " ^7.23.0 "
2929 },
3030 "devDependencies" : {
31- "@wdio/browserstack-service" : " ^7.20.5 " ,
32- "@wdio/local-runner" : " ^7.20.5 " ,
33- "@wdio/mocha-framework" : " ^7.20.3 "
31+ "@wdio/browserstack-service" : " ^7.23.0 " ,
32+ "@wdio/local-runner" : " ^7.23.0 " ,
33+ "@wdio/mocha-framework" : " ^7.23.0 "
3434 }
3535}
You can’t perform that action at this time.
0 commit comments