Interface IBeforeAllTestsContext

Context for a BeforeAllTestsFunc function / method.

interface IBeforeAllTestsContext {
    session: Readonly<ITestSession>;
    totalCount: number;
}

Properties

Properties

session: Readonly<ITestSession>

The underlying session.

totalCount: number

The total number of tests.

Generated using TypeDoc