includeTags

open fun includeTags(includeTags: Array<String>): JUnitPlatformOptions

The set of tags to run with.

See also

<a href="https://junit.org/junit5/docs/current/user-guide/#writing-tests-tagging-and-filtering">Tagging and Filtering</a>

@get:Input
open var includeTags: Set<String>