Skip to content

Latest commit

 

History

History
214 lines (162 loc) · 8.16 KB

File metadata and controls

214 lines (162 loc) · 8.16 KB

CTRF TypeScript Reference Implementation

A complete TypeScript implementation for working with CTRF (Common Test Report Format) reports.

Quick Start

Core Operations

The core functions for working with CTRF reports:

Building Reports

Fluent API for constructing CTRF reports programmatically:

CTRF Report Types

The core schema types that define CTRF structure (what consumers import):

Primary Types:

Supporting Types:

API Reference by Category

Query & Filter

Insights

Merge

  • merge - Combine multiple reports

Schema & Versioning

Type Guards

Runtime type checking functions:

ID Generation

Constants

Error Classes

Library Types

Helper types for using this library's utilities (not part of CTRF schema):

Complete API Index

All Classes
All Functions
All Interfaces
All Type Aliases
All Variables