component

@get:Internal
abstract val component: Property<String>

Which components to run, as a case-insensitive substring of "$group - $name" with * and ? as wildcards. Unset runs every fixture in the module; a value matching nothing fails the task rather than reporting an empty green run.

@Internal because ViddikFilterArgumentProvider is what declares it as an input — that is also what carries the value into the test JVM, since a command-line option is only known after the task has been configured.