- Running
mvn test
will run tests - Running
mvn jacoco:report
will generate the filehousing/json/target/site/jacoco/index.html
. Open this file in the browser to view the test coverage report. - For information about what it tested see core readme and jsonworker readme
- Inside backend run the command "mvn install"
- If you are using gitpod. Open AbahusApplication and make sure that your current gitpod url is inside .allowedOrigins(). A comment will guide you.
- Then inside backend/rest run the command "chmod +x mvnw" and then "./mvnw spring-boot:run"
See gr2129/readme for more information