adding test file name in README example

This commit is contained in:
Shruti Ranganathan Jothi
2017-03-01 10:17:38 -08:00
parent 2771af310a
commit 0ab52bdd75

4
README
View File

@@ -105,8 +105,8 @@ To run each test independantly and not through test.js, just call the
appropriate test file name instead of test.js.
Example:
server/tests/js_tests/tests> node host=<ip of DIAL server>
application="Netflix" timeToWaitForStateChange=2000
server/tests/js_tests/tests> node discoverServerUnderTest.js
host=<ip of DIAL server> application="Netflix" timeToWaitForStateChange=2000
Any application specific setup/requirements should be taken care of before
running these tests.