Skip to content

Instantly share code, notes, and snippets.

@Jiveloper
Created October 29, 2022 11:12
Show Gist options
  • Save Jiveloper/2421f67ad533b0463213ec2a8bb1dbf7 to your computer and use it in GitHub Desktop.
Save Jiveloper/2421f67ad533b0463213ec2a8bb1dbf7 to your computer and use it in GitHub Desktop.
블로깅 WDIO 구축
{
"name": "webdriverio-tests",
"version": "0.1.0",
"description": "",
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/register": "^7.18.9",
"@wdio/cli": "^7.25.4",
"@wdio/local-runner": "^7.25.4",
"@wdio/mocha-framework": "^7.25.4",
"@wdio/spec-reporter": "^7.25.4",
"chromedriver": "^107.0.1",
"eslint": "^8.26.0",
"eslint-plugin-wdio": "^7.25.3",
"wdio-chromedriver-service": "^8.0.0",
"wdio-wait-for": "^3.0.0"
},
"scripts": {
"wdio": "wdio run wdio.conf.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment