interface TestResultsListOpts {
    details?: boolean;
    test: Base<TapBaseEvents>;
}

Properties

Properties

details?: boolean