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.jsonfile based ontest.cypress.jsontemplate (forCI/CDsetup, declareenv {}section content as environment variables prefixed withCYPRESS_orcypress_
npm run e2ePull requests are welcome. Always test your changes locally before making a PR