Interface: Results

June 6, 2026 ยท View on GitHub

CTRF


CTRF / Results

Interface: Results

Defined in: types.ts:41

Container for test results

Properties

tool

tool: Tool

Defined in: types.ts:43

Information about the test tool


summary

summary: Summary

Defined in: types.ts:45

Aggregated test statistics


tests

tests: Test[]

Defined in: types.ts:47

Array of individual test results


environment?

optional environment?: Environment

Defined in: types.ts:49

Environment information


extra?

optional extra?: Record<string, unknown>

Defined in: types.ts:51

Custom metadata