zcash-grant-system/e2e/README.md

584 B

Grant.io end to end testing

Installation

yarn

Writing tests

Tests can be found in cypress/integration. Cypress will hot-reload open tests as you develop. Documentation on cypress testing can be found here.

Development

  1. Make sure you have a working development environment running (backend, ganache & frontend).
  2. Run the cypress client:
    yarn cypress:open
    
  3. The cypress UI will open, select a test to run it.

CI

Coming soon.