This repo provides functionality for executing system tests.
See CreekService.org for info on Creek Service.
- executor [JavaDocs]: functionality for executing system tests.
- extension [JavaDocs]: defines types required to implement extensions to the system tests.
- model [JavaDocs]: system test model.
- parser [JavaDocs]: code for parsing system tests.
- test-util [JavaDocs]: contains some utilities to help test system test extensions.
Internal / Non-published:
- test-service: creates a docker image container a simple microservice used for testing within this repo
- test-services: creates a jar containing the metadata for test-service, i.e. the service descriptor.
- test-service-extension-metadata: the metadata types for a fictitious service extension used internally during testing.
- test-system-test-extension: a system test extension used internally during testing.