From 0ab52bdd75354d5b391f0591864700e324ec8796 Mon Sep 17 00:00:00 2001 From: Shruti Ranganathan Jothi Date: Wed, 1 Mar 2017 10:17:38 -0800 Subject: [PATCH] adding test file name in README example --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.