Package-level declarations
Types
Link copied to clipboard
class SelfieExtension(projectConfig: AbstractProjectConfig, settingsAPI: SelfieSettingsAPI = SelfieSettingsAPI()) : Extension, TestCaseExtension, FinalizeSpecListener, AfterProjectListener
Add this to your AbstractProjectConfig, see here for high-level docs.
Link copied to clipboard
To change the default settings, you must pass an instance of this class to the SelfieExtension in its constructor. The magic class selfie.SelfieSettings
that selfie-runner-junit5
uses does not work with the multiplatform in selfie-runner-kotest
Link copied to clipboard