Commit 0cd2b263 authored by ioedeveloper's avatar ioedeveloper

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

parent bbcb0fa9
......@@ -109,9 +109,17 @@ To run the Selenium tests via Nightwatch:
- npm run nightwatch_local_console
- npm run nightwatch_local_remixd # remixd needs to be run
**NOTE:**
**the `ballot` tests suite requires to run `ganache-cli` locally.**
**the `remixd` tests suite requires to run `remixd` locally.**
- **the `ballot` tests suite** requires to run `ganache-cli` 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment