excludeFromTestTask

abstract val excludeFromTestTask: Property<Boolean>

Whether the module's ordinary test task excludes the generated screenshot tests. true by default: they're owned by the verify task, and running them from both places just does the work twice against goldens the ordinary task has no reason to care about.