Interface: Tool

June 6, 2026 ยท View on GitHub

CTRF


CTRF / Tool

Interface: Tool

Defined in: types.ts:59

Test tool information

Properties

name

name: string

Defined in: types.ts:61

Name of the test tool (e.g., 'jest', 'playwright')


version?

optional version?: string

Defined in: types.ts:63

Version of the test tool


extra?

optional extra?: Record<string, unknown>

Defined in: types.ts:65

Custom metadata

Contents

  1. 1Properties
  2. 1.1name
  3. 1.2version?
  4. 1.3extra?