Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created September 22, 2021 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/5c099fe65ba1076392efc6748decd543 to your computer and use it in GitHub Desktop.
Save velotiotech/5c099fe65ba1076392efc6748decd543 to your computer and use it in GitHub Desktop.
{
"name": "demo_appium_test",
"version": "1.0.0",
"description": "demo_appium_practice",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/wdio wdio.conf.js"
},
"author": "Pushkar",
"license": "ISC",
"dependencies": {
"@wdio/sync": "^7.7.4",
"appium": "^1.21.0",
"chai": "^4.3.4",
"webdriverio": "^7.7.4"
},
"devDependencies": {
"@wdio/allure-reporter": "^7.7.3",
"@wdio/appium-service": "^7.7.3",
"@wdio/cli": "^7.7.4",
"@wdio/local-runner": "^7.7.4",
"@wdio/mocha-framework": "^7.7.4",
"@wdio/selenium-standalone-service": "^7.7.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment