kotest-core / io.kotest.core.spec.style / FreeSpecScope / config

config

suspend fun String.config(enabled: Boolean? = null, timeout: Duration? = null, tags: Set<Tag>? = null, extensions: List<TestCaseExtension>? = null, test: suspend FreeSpecScope.() -> Unit): Unit