Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Backend testing

Rosco Kalis edited this page Apr 13, 2016 · 1 revision

WebApp testing

  • Follow the IntelliJ section in the Build Instructions

  • Navigate to localhost:8080 and test away

Automated testing

  • Run mvn clean install in the backend directory to run all automated tests

This runs all unit tests found in backend/dom/src/test and all integration tests found in backend/integtests

Clone this wiki locally