From 50e3a47122cc7b0231c9b3decc060032d0bc1941 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Thu, 27 Aug 2020 16:34:48 -0400 Subject: [PATCH] add cypress test suite info to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b476c3c5..3ebef7ac 100644 --- a/README.md +++ b/README.md @@ -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).