Test Automation Project
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)
Installation
- 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_
Usage
npm run e2e
Contributing
Pull requests are welcome. Always test your changes locally before making a PR