Update README.md with info regarding environment variables and github access token

pull/1/head
ioedeveloper 5 years ago
parent bbcb0fa91c
commit 0cd2b26329
  1. 12
      README.md

@ -109,9 +109,17 @@ To run the Selenium tests via Nightwatch:
- npm run nightwatch_local_console - npm run nightwatch_local_console
- npm run nightwatch_local_remixd # remixd needs to be run - npm run nightwatch_local_remixd # remixd needs to be run
**NOTE:**
**the `ballot` tests suite requires to run `ganache-cli` locally.** - **the `ballot` tests suite** requires to run `ganache-cli` locally.
**the `remixd` tests suite requires to run `remixd` locally.**
- **the `remixd` tests suite** requires to run `remixd` locally.**
- **the `gist` tests suite** requires specifying a `gist_token` value in **.env file**.
```
gist_token = <token>
```
**note that this token should have permission to create a gist.**
## Usage as a Chrome Extension ## Usage as a Chrome Extension

Loading…
Cancel
Save