In tandem with #44 (Add health status endpoint), we should be able to run a test against the hal instance that traverses the entire API to ensure every endpoint returns an OK response. This is pretty easy to do since the API is hypermedia-based and a single test could crawl the entire API from the index.
This test could be run on a schedule to ensure hal is healthy and still alive.
In tandem with #44 (Add health status endpoint), we should be able to run a test against the hal instance that traverses the entire API to ensure every endpoint returns an
OK
response. This is pretty easy to do since the API is hypermedia-based and a single test could crawl the entire API from the index.This test could be run on a schedule to ensure hal is healthy and still alive.