Skip to content

ic3-software/ic3-dashboard-testing

Repository files navigation

ic3 Dashboard Testing

Contains dashboard-related tests for the icCube reporting application.

Cypress tests are in the folder cypress/integration

The commmand.ts file contains cypress functions and extensions that can be reused.

How to run on the Cypress test

  1. Run npm install to install all required packages.
  2. Add ./cypress.env.json and set the cypress variables :
   {
      "baseUrl": "https://",
      "ic3_user": "",
      "ic3_password": ""      
   }
  1. Run npm run cypress:open.

_