mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 02:49:58 +00:00
Add/improve function documentation and update copyright information.
This commit is contained in:
16
README.md
16
README.md
@@ -123,3 +123,19 @@ Options:
|
||||
```
|
||||
Log file of test run is written in js_tests_log.txt in the
|
||||
server/tests/js_tests/tests folder.
|
||||
|
||||
This reference does not provide code for sleeping an app, so
|
||||
tests that involve sleeping an app will fail.
|
||||
|
||||
There is also a test suite for lightly testing how the implementation handles edge cases.
|
||||
this can be run with:
|
||||
```
|
||||
server/tests/js_tests/tests$ node testEdgeCases.js
|
||||
|
||||
Usage: node testEdgeCases.js[options]
|
||||
|
||||
Options:
|
||||
--host IP address of host on which DIAL server under test is running
|
||||
[string] [required]
|
||||
--help, -h Show help [boolean]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user