interface RuntimeContext {
    currentSuite: null | SuiteCollector<{}>;
    tasks: (SuiteCollector<{}> | Test<{}>)[];
}

Properties

Properties

currentSuite: null | SuiteCollector<{}>
tasks: (SuiteCollector<{}> | Test<{}>)[]

Generated using TypeDoc