forked from onemineral/qa-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.05 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
{
"name": "tau",
"version": "1.0.0",
"description": "project to TAU course.",
"main": "index.js",
"scripts": {
"test": "wdio",
"testEnv": "ENV=qa ./node_modules/.bin/wdio wdio.conf.js ",
"testCp2": "./node_modules/.bin/wdio wdio.conf.js --suite Cp2",
"testCp3": "./node_modules/.bin/wdio wdio.conf.js --suite Cp3",
"testCp4": "./node_modules/.bin/wdio wdio.conf.js --suite Cp4",
"testCp5": "./node_modules/.bin/wdio wdio.conf.js --suite Cp5",
"testCp6": "./node_modules/.bin/wdio wdio.conf.js --suite Cp6"
},
"author": "Thiago Ferreira",
"license": "ISC",
"dependencies": {
"@wdio/cli": "^5.12.5",
"webdriverio": "^5.12.5"
},
"devDependencies": {
"@wdio/dot-reporter": "^5.12.1",
"@wdio/local-runner": "^5.12.5",
"@wdio/mocha-framework": "^5.12.1",
"@wdio/selenium-standalone-service": "^5.12.1",
"@wdio/spec-reporter": "^5.12.1",
"@wdio/sync": "^5.12.3",
"chai": "^4.2.0",
"chai-webdriverio": "^1.0.0",
"local-runner": "^0.1.1-alpha",
"wdio-timeline-reporter": "^5.1.3"
}
}