ability to write logs of test run to a file for nodejs tests

This commit is contained in:
Shruti Ranganathan Jothi
2017-03-08 16:28:28 -08:00
parent 11e4eaf2ac
commit b0061b88ad
5 changed files with 77 additions and 7 deletions

View File

@@ -12,10 +12,12 @@
"license": "BSD-2-Clause",
"dependencies": {
"colors": "^1.1.2",
"moment": "^2.17.1",
"node-ssdp": "^3.2.0",
"q": "~1.4.1",
"request": "^2.78.0",
"sprintf-js": "~1.0.3",
"winston": "^2.3.1",
"yargs": "^6.3.0"
}
}