From 00fb3fbcd82e45c0ca27d184b9199832e67b18e7 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 27 Jun 2019 12:46:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b29450ebc9..d6f3789766 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ To run the Selenium tests via Nightwatch: - Build Remix IDE and serve it: `npm run build && npm run serve` # starts web server at localhost:8080 - Make sure Selenium is installed `npm run selenium-install` # don't need to repeat - - Run a selenium server `npm run selenium-install` + - 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: