kotest-core / io.kotest.core.config / AbstractProjectConfig / writeSpecFailureFile

writeSpecFailureFile

open fun writeSpecFailureFile(): Boolean
Deprecated: use the val version

When set to true, failed specs are written to a file called spec_failures. This file is used on subsequent test runs to run the failed specs first.

To enable this feature, set this to true, or set the system property 'kotest.write.specfailures=true'

open val writeSpecFailureFile: Boolean?