tests.md 332 B

Tests

Aktivisda has integration tests Cypress that are not currently being run in the CI.

Start

  • To start cypress:

    npm run cypress:open
    
  • To start Aktivisda in port 8080:

    npm run serve:aktivisda
    

Development

Tests are defined in the cypress folder.