Skip to content

TestReport

Defined in: test-results.ts:83

optional ci: object

Defined in: test-results.ts:112

CI context

optional issueNumbers: number[]

optional prNumber: number

provider: string

runId: string

optional runUrl: string


optional coverage: CoverageData

Defined in: test-results.ts:103

Coverage data (if available)


files: TestFile[]

Defined in: test-results.ts:101

Test files


optional git: object

Defined in: test-results.ts:105

Git context

optional author: string

branch: string

commit: string

optional message: string


runner: string

Defined in: test-results.ts:89

Test runner (vitest, playwright, etc.)


summary: object

Defined in: test-results.ts:93

Summary statistics

duration: number

failed: number

passed: number

skipped: number

total: number


timestamp: string

Defined in: test-results.ts:87

Report generation timestamp


type: "unit" | "integration" | "e2e"

Defined in: test-results.ts:91

Test type


version: "1.0"

Defined in: test-results.ts:85

Report format version