You can also filter in the beforeTest, like ```bef...
# kotest
s
You can also filter in the beforeTest, like
Copy code
beforeTest {
if (it.type == TestType.Test) {
  }
}