Interface ActiveRunEvent

interface ActiveRunEvent {
    activeRun: undefined | TestRun;
    controller: TestController;
}

Properties

activeRun: undefined | TestRun
controller: TestController