setup

abstract var setup: (reporter: TestsStream) -> PromiseResult<Void>?(source)

A function that accepts the TestsStream instance and can be used to setup listeners before any tests are run.