-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 881 Bytes
/
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": "web-driver-io",
"version": "1.0.0",
"description": "web-driver-io POC",
"main": "index.js",
"scripts": {
"test": "wdio wdio.conf.js",
"selenium-start": "selenium-standalone start",
"selenium-install": "selenium-standalone install",
"allure-report": "allure generate --clean",
"allure-serve": "allure open -p 7777"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manojc/web-driver-io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/manojc/web-driver-io/issues"
},
"homepage": "https://github.com/manojc/web-driver-io#readme",
"devDependencies": {
"allure-commandline": "^2.7.0",
"selenium-standalone": "^6.15.3",
"shelljs": "^0.8.2",
"wdio-allure-reporter": "^0.7.0",
"wdio-mocha-framework": "^0.6.3",
"wdio-spec-reporter": "^0.1.5",
"webdriverio": "^4.13.2"
}
}