Interface: Summary

June 6, 2026 ยท View on GitHub

CTRF


CTRF / Summary

Interface: Summary

Defined in: types.ts:73

Aggregated test statistics

Properties

tests

tests: number

Defined in: types.ts:75

Total number of tests


passed

passed: number

Defined in: types.ts:77

Number of passed tests


failed

failed: number

Defined in: types.ts:79

Number of failed tests


skipped

skipped: number

Defined in: types.ts:81

Number of skipped tests


pending

pending: number

Defined in: types.ts:83

Number of pending tests


other

other: number

Defined in: types.ts:85

Number of tests with other status


flaky?

optional flaky?: number

Defined in: types.ts:87

Number of flaky tests


suites?

optional suites?: number

Defined in: types.ts:89

Number of test suites


start

start: number

Defined in: types.ts:91

Start timestamp (Unix epoch milliseconds)


stop

stop: number

Defined in: types.ts:93

Stop timestamp (Unix epoch milliseconds)


duration?

optional duration?: number

Defined in: types.ts:95

Total duration in milliseconds


extra?

optional extra?: Record<string, unknown>

Defined in: types.ts:97

Custom metadata