sam
09/23/2021, 2:10 PMEmil Kantis
09/23/2021, 2:37 PMisolationMode
plays into everything.
Note: For each isolated spec, a fresh spec instance will be created and theDo they get their own coroutines if isolated? And at what time do they “fork”? Will changes to the context in,PostInstantiationExtension
,SpecCreatedListener
,SpecCreationErrorListener
,SpecInterceptExtension
andBeforeSpecListener
callbacks will be repeated.AfterSpecListener
SpecLaunchExtensions
propagate to every isolated instance of the spec?
I haven’t been using coroutines a lot, so maybe this is obvious to more experienced coroutine-users 🙂sam
09/23/2021, 5:15 PM