kotest-core / io.kotest.core.spec / SpecConfigurationMethods / extensions

extensions

open fun extensions(): List<Extension>

Override this function to register extensions which will be invoked during execution of this spec.

If you wish to register an extension across the project then use AbstractProjectConfig.extensions.