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