-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.24 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
{
"name": "WebDriverIO",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/wdio wdio.conf.js",
"test:dairyCreate": "wdio wdio.conf.js --spec Trash/regularSpecs/dayReport/dayReportCreate.spec.js",
"test:aproveDayReport": "wdio wdio.conf.js --spec Trash/regularSpecs/dayReport/aproveDayReport.spec.js",
"test:flashGroupCreate": "wdio wdio.conf.js --spec Trash/regularSpecs/cards/flashGroupCreate.spec.js",
"test:registerUser": "wdio wdio.conf.js --spec Trash/regularSpecs/register/register.spec.js",
"test:popSpecs": "wdio wdio.conf.js --spec test/specs/popSpecs/profile/profile.spec.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.6.2",
"@babel/register": "^7.6.2",
"@wdio/cli": "^5.18.5",
"@wdio/local-runner": "^5.18.5",
"@wdio/mocha-framework": "^5.16.15",
"@wdio/spec-reporter": "^5.16.11",
"@wdio/sync": "^5.18.5",
"babel-eslint": "^10.0.3",
"chromedriver": "^79.0.0",
"wdio-chromedriver-service": "^5.0.2"
},
"dependencies": {
"chai": "^4.2.0"
}
}