-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "axios-webdriverio",
"version": "1.0.0",
"description": "Automation Testing using Axios + Jest for API Testing and WebdriverIO for UI Functional Testing",
"main": "index.js",
"scripts": {
"wdio-test": "npx wdio wdio.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alcoto95/axios-webdriverio.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Alcoto95/axios-webdriverio/issues"
},
"homepage": "https://github.com/Alcoto95/axios-webdriverio#readme",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"@wdio/cli": "^6.7.2",
"@wdio/local-runner": "^6.7.2",
"@wdio/mocha-framework": "^6.7.0",
"@wdio/spec-reporter": "^6.7.0",
"@wdio/sync": "^6.7.2",
"axios": "^0.21.0",
"chromedriver": "^86.0.0",
"eslint": "^7.12.1",
"jest": "^26.6.2",
"wdio-chromedriver-service": "^6.0.4",
"webdriverio": "^6.7.2"
}
}