Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 1.09 KB

File metadata and controls

61 lines (31 loc) · 1.09 KB

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