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

3
README
View File

@@ -119,3 +119,6 @@ Options:
running [string] [required]
--application, --app Application to test [string] [required]
--help, -h Show help [boolean]
Log file of test run is written in log.txt in the server/tests/js_tests/tests
folder.