/seer-cypress

Primary LanguageJavaScript

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

  1. Install node.js
  2. Install dependencies
npm install
  1. Prepare cypress.json file based on test.cypress.json template (for CI/CD setup, declare env {} section content as environment variables prefixed with CYPRESS_ or cypress_

Usage

npm run e2e

Contributing

Pull requests are welcome. Always test your changes locally before making a PR