zcash-grant-system/e2e
Daniel Ternyak 0ba477847a
Dependencies Update (#469)
* Update dependencies across all modules

* bump only minor point on axios for /blockchain
2019-08-21 15:36:37 -05:00
..
cypress Zcash e2e basics (#329) 2019-03-13 18:36:06 -05:00
.gitignore Cypress e2e basics (#186) 2018-11-06 13:52:52 -05:00
README.md Address TODOs (#349) 2019-03-13 16:39:50 -05:00
cypress.json E2E - Web3 interaction & more tests (#202) 2018-11-21 21:20:09 -06:00
package.json Dependencies Update (#469) 2019-08-21 15:36:37 -05:00
tsconfig.json Cypress e2e basics (#186) 2018-11-06 13:52:52 -05:00
yarn.lock Dependencies Update (#469) 2019-08-21 15:36:37 -05:00

README.md

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.