kotest-core / io.kotest.core.spec / focusTests

focusTests

fun Spec.focusTests(): List<TestCase>

Returns the focused root tests for this Spec. A focused test is one whose name begins with "f:".

Returns an empty list if no test is marked as focused.