-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 980 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 980 Bytes
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
{
"name": "thingifier_api_testing",
"version": "1.0.0",
"description": "thingifier api testing",
"main": "index.js",
"scripts": {
"test": "CHOMA_SEED=$RANDOM mocha -timeout 10000 test/partA --require choma",
"test:categories": "CHOMA_SEED=$RANDOM mocha --timeout --require choma 10000 test/partA/categories.test.js --require choma",
"test:todos": "CHOMA_SEED=$RANDOM mocha --timeout 10000 test/partA/todos.test.js --require choma",
"test:projects": "CHOMA_SEED=$RANDOM mocha --timeout 10000 test/partA/projects.test.js --require choma",
"dynamic-analysis": "mocha --timeout 100000 test/partB",
"cucumber": "npx cucumber-js --order random:$RANDOM"
},
"author": "WB, EC, LB, KM",
"license": "ISC",
"devDependencies": {
"chai": "*",
"mocha": "*",
"chai-http": "*",
"child_process": "*",
"choma": "*",
"cucumber": "*",
"statman-stopwatch": "*",
"node-os-utils": "*",
"json-2-csv": "*",
"fs": "*"
}
}