add cypress test suite info to README

This commit is contained in:
Matthew Sevey 2020-08-27 16:34:48 -04:00
parent 136908d0a5
commit 50e3a47122
1 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,17 @@ List of available parameters:
- `GATSBY_API_URL`: override api url (defaults to location origin)
## Contributing
### Testing you Code
Before pushing your code you should verify that it will pass our online test
suite.
**Cypress Tests**
Verify the Cypress test suite by doing the following:
1. In one terminal screen run `GATSBY_API_URL=https://siasky.net yarn workspace webapp start`
1. In a second terminal screen run `yarn workspace webapp cypress run`
## Setting up complete skynet server
A setup guide with installation scripts can be found in [setup-scripts/README.md](./setup-scripts/README.md).