diff --git a/README b/README index cb7d61a..c81df75 100644 --- a/README +++ b/README @@ -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= -application="Netflix" timeToWaitForStateChange=2000 +server/tests/js_tests/tests> node discoverServerUnderTest.js +host= application="Netflix" timeToWaitForStateChange=2000 Any application specific setup/requirements should be taken care of before running these tests.