includePattern

abstract fun includePattern(pattern: String): TestSpec

Adds all tests to the execution that matches the target pattern.

The patterns follow the rules of test filtering.

Return

this

Since

7.6

Parameters

pattern

the pattern to select tests.