← Back to Kairo Docs|API Reference (Dokka)

setup

inline fun <T, R> T.setup(description: String? = null, block: T.() -> R): R

Semantic wrapper for test setup. Runs before the test action.