Merge pull request #359 from NebulousLabs/sevey/readme-update

add cypress test suite info to README
This commit is contained in:
Karol Wypchło 2020-08-28 11:43:41 +02:00 committed by GitHub
commit e01730bb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) - `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 ## Setting up complete skynet server
A setup guide with installation scripts can be found in [setup-scripts/README.md](./setup-scripts/README.md). A setup guide with installation scripts can be found in [setup-scripts/README.md](./setup-scripts/README.md).