forked from WasiqB/multiple-cucumber-html-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.41 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "multiple-cucumber-html-reporter",
"version": "1.18.0",
"description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)",
"keywords": [
"cucumber",
"html",
"test report",
"multiple-cucumber-html-reporter",
"html report",
"json to html"
],
"main": "lib/generate-report.js",
"license": "MIT",
"scripts": {
"release": "np",
"test": "node ./test/test.js",
"unit.test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
"unit.test.coverage": "JASMINE_CONFIG_PATH=test/unit/jasmine.json istanbul cover jasmine",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wswebcreation/multiple-cucumber-html-reporter.git"
},
"author": "wswebcreation",
"bugs": {
"url": "https://github.com/wswebcreation/multiple-cucumber-html-reporter/issues"
},
"homepage": "https://github.com/wswebcreation/multiple-cucumber-html-reporter#readme",
"dependencies": {
"chalk": "^3.0.0",
"find": "^0.3.0",
"fs-extra": "^8.1.0",
"js-base64": "^2.5.1",
"jsonfile": "^5.0.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"open": "^7.0.2",
"uuid": "^3.4.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
"istanbul": "^0.4.5",
"jasmine": "^3.5.0",
"np": "^6.3.2"
}
}