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