c
DotReporter
One character per test, failures reported in full at the end. The right shape for large suites and CI logs, where a line per test is thousands of lines of noise but you still want live progress.
-
onRunEnd(): voidcontext: ReporterContext,info: RunEndInfo
Closes the matrix line, then prints the counts and every buffered failure.
-
onRunStart(): voidcontext: ReporterContext,info: RunStartInfo
Resets the matrix column and buffered failures, then prints the run banner.
-
onTestEnd(): voidcontext: ReporterContext,details: TestDetails
Writes this test's character, wrapping the matrix, and buffers any failure detail.
Usage
import * as mod from "lib/reporters/dot.ts";