This test suite is intended for developers to support the implementation of the HTI protocol.
This suite supports both the development of portal applications as module applications.
- Java version 11 or newer
- Maven 3.6 or newer
mvn clean spring-boot:rundocker build . -t hti_testsuite && docker run --name hti_testsuite -p 8080:8080 hti_testsuiteNavigate to the url http://localhost:8080 to open the portal side of the test suite.