Package de.justjanne.testcontainersci.api

Types

ProvidedContainer
Link copied to clipboard
interface ProvidedContainer
Interface describing a container, can be backed either by a testcontainer or a ci-provided container

Functions

providedContainer
Link copied to clipboard
fun <T : GenericContainer<T>> providedContainer(envVariable: String, containerBuilder: () -> T): ProvidedContainer
Build a provided container from an environment variable and a builder for a local container