huehnerlady
02/22/2023, 11:34 AMfun config(
enabled: Boolean? = null,
enabledIf: EnabledIf? = null,
enabledOrReasonIf: EnabledOrReasonIf? = null,
tags: Set<Tag>? = null,
timeout: Duration? = null,
failfast: Boolean? = null,
blockingTest: Boolean? = null,
coroutineTestScope: Boolean? = null,
test: suspend T.() -> Unit
)
When I try to do that at the root level overriding the defaultTestCaseConfig
function as described here, I see that this method is now deprecated, but I do not understand how else to do that.
Maybe someone can help me?sam
02/25/2023, 1:18 PMhuehnerlady
03/01/2023, 10:30 AMdefaultTestCaseConfig
, but stull look for an alternative as that seems to be deprecated 🙂