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