Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 920 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 920 Bytes

Planty

Pipelines

Backend: Test, build and deploy

Frontend: Test, build and deploy

Start Backend and Frontend

  • Start docker
  • run ./startDev.sh in backend and in frontend folder

Running unit tests frontend

  • Go into frontend directory
  • Run ng test to execute the unit tests via Karma.

Running integration tests frontend

  • Go into frontend directory
  • Run npm mochato execute integration tests via mocha

Running System tests frontend

  • Start backend and frontend
  • Go into frontend directory
  • Run npx cypress opento execure system tests via cypress