MCPcopy
hub / github.com/remix-run/remix / Reporter

Interface Reporter

packages/test/src/lib/reporters/index.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { TapReporter } from './tap.ts'
6
7export interface Reporter {
8 onResult(results: TestResults, env?: string): void
9 onSummary(counts: Counts, durationMs: number): void
10 onSectionStart(label: string): void
11}
12
13export { DotReporter, FilesReporter, SpecReporter, TapReporter }
14

Callers 5

runBrowserTestsFunction · 0.65
accumulateFunction · 0.65
reporters.test.tsFile · 0.65
executeRunFunction · 0.65
executeRunFunction · 0.65

Implementers 4

SpecReporterpackages/test/src/lib/reporters/spec.t
DotReporterpackages/test/src/lib/reporters/dot.ts
FilesReporterpackages/test/src/lib/reporters/files.
TapReporterpackages/test/src/lib/reporters/tap.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…