- Start docker
- run ./startDev.sh in backend and in frontend folder
- Go into frontend directory
- Run
ng test
to execute the unit tests via Karma.
- Go into frontend directory
- Run
npm mocha
to execute integration tests via mocha
- Start backend and frontend
- Go into frontend directory
- Run
npx cypress open
to execure system tests via cypress