snapshotsDir

abstract val snapshotsDir: Property<String>

Where the golden PNGs live, relative to the module directory.

Defaults to src/<test source set>/snapshotssrc/desktopTest/snapshots for a jvm("desktop") target, src/jvmTest/snapshots for an unnamed jvm(), src/test/snapshots for a plain kotlin("jvm") module. Becomes the viddik.snapshotsDir system property.