Skip to content

GIDSOpenStandaarden/GIDS-HTI-TestSuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIDS HTI Test Suite

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.

Running the software

Running using java and maven

Prerequisites

  • Java version 11 or newer
  • Maven 3.6 or newer
mvn clean spring-boot:run

Running using docker

docker build . -t hti_testsuite && docker run --name hti_testsuite -p 8080:8080 hti_testsuite

Using the software

Navigate to the url http://localhost:8080 to open the portal side of the test suite.

About

Test suite for the GIDS HTI standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published