From f8b7b12b1f1fbccf572a6b79bc1c5173741c1a7b Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Mon, 20 Jul 2020 17:36:48 +0100 Subject: [PATCH] Include ballot test command in list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5538a8421b..5c6ce5cc39 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,8 @@ To run the Selenium tests via Nightwatch: - Make sure Selenium is installed `npm run selenium-install` # don't need to repeat - Run a selenium server `npm run selenium` - Run all the tests `npm run nightwatch_local_firefox` or `npm run nightwatch_local_chrome` - - Or run a specific test case: + - Or run a specific test case: + - npm run nightwatch_local_ballot - npm run nightwatch_local_usingWorker