To test latest esw-backend-template:
- Take latest pull of
eswrepository - In
eswrepository, runsbt publishLocal - Generate project using command
g8 tmtsoftware/esw-web-app-template.g8 --branch dev
- In the generated project, go to backend project using
cd backend - Tests can be run using
sbt clean test
- In the generated project, go to frontend project using
cd frontend - Tests can be run using
npm test
If you want to run the backend and frontend app, you need to start csw-services with the version that is being used in the esw repository on your machine.