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

Properties

Properties

details?: boolean

Set to show assertion details.

This is left unset in the log component, then set to true when summarizing at the end of the run.

The test being summarized