From 5f0428e78f427369359a8d4af2053baca5ccb8a5 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 25 Jun 2019 16:50:26 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a9273f15a6..b9473b372c 100644 --- a/README.md +++ b/README.md @@ -94,14 +94,23 @@ To run the Selenium tests via Nightwatch: - Run a selenium server `npm run selenium-install` - Run all the tests `npm run nightwatch_local_firefox` or `npm run nightwatch_local_chrome` - Or run a specific test case: + - npm run nightwatch_local_ballot + - npm run nightwatch_local_libraryDeployment + - npm run nightwatch_local_solidityImport + - npm run nightwatch_local_recorder + - npm run nightwatch_local_transactionExecution + - npm run nightwatch_local_staticAnalysis + - npm run nightwatch_local_signingMessage + - npm run nightwatch_local_remixd # remixd needs to be run + ## Usage as a Chrome Extension