diff --git a/README.md b/README.md index 47259b40e8f..fb877ab1433 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,6 @@ Now actually run Brave in another terminal npm start -To run the webdriver tests: - - npm run watch-test or npm run watch-all - - npm test - Some errors related to [brave/electron](https://github.com/brave/electron) update can be fixed by doing a clean install: rm -rf node_modules/ @@ -127,6 +121,16 @@ Some errors related to [brave/electron](https://github.com/brave/electron) updat If this does not work, please clear out your ~/.electron first and try again. +### Running webdriver tests + +To run the webdriver tests + + npm run watch-test or npm run watch-all + +Now run tests in another terminal + + npm test + ### Port Brave uses port 8080 to communicate between its client and server sides by default. If you are using port 8080 for something else (e.g. a web proxy) then you can set the node config to make it use a different one.