Test automation project for UI end-to-end testing of SEER app. It uses Cypress.io library (that has Mocha test runner and Chai assertions built in)
- Install node.js
- Install dependencies
npm install
- Prepare
cypress.json
file based ontest.cypress.json
template (forCI/CD
setup, declareenv {}
section content as environment variables prefixed withCYPRESS_
orcypress_
npm run e2e
Pull requests are welcome. Always test your changes locally before making a PR