From 07589263add6b90b2a46098922130732e9539576 Mon Sep 17 00:00:00 2001 From: Rodrigo Rosenfeld Rosas Date: Wed, 31 Jan 2018 17:03:01 -0200 Subject: [PATCH] Improve the Contributing guide --- website/src/docs/contributing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/src/docs/contributing.md b/website/src/docs/contributing.md index 1d95ac264..7a52d9dbb 100644 --- a/website/src/docs/contributing.md +++ b/website/src/docs/contributing.md @@ -26,7 +26,10 @@ Unit tests are using Jest and can be run with: For acceptance (or end to end) tests, we use [Webdriverio](http://webdriver.io). For it to run locally, you need to install selenium standalone server, just follow [the guide](http://webdriver.io/guide.html) to do so. You can also install Selenium Standalone server from NPM: -`npm install selenium-standalone` +```bash +npm install selenium-standalone -g +selenium-standalone install +``` And then launch it: