This repository contains:
- tck-runner - a template project to run the MicroProfile TCK suite against a custom implementation
- payara-arquillian-extension - an extension used to correct the @ArquillianResource URL
The TCK tests the MicroProfile Health API, which depends on CDI 1.1 API.
The TCK tests are designed as Arquillian tests, which run tests in an isolated container against a test application package. The test application is always packaged as WAR application, therefore the arquillian adapter used must support WAR deployment.