Interface: FilterCriteria

June 6, 2026 ยท View on GitHub

CTRF


CTRF / FilterCriteria

Interface: FilterCriteria

Defined in: types.ts:418

Criteria for filtering and finding tests.

Properties

id?

optional id?: string

Defined in: types.ts:420

Filter by test ID (UUID)


name?

optional name?: string

Defined in: types.ts:422

Filter by test name


status?

optional status?: TestStatus | TestStatus[]

Defined in: types.ts:424

Filter by status


tags?

optional tags?: string | string[]

Defined in: types.ts:426

Filter by tags


suite?

optional suite?: string | string[]

Defined in: types.ts:428

Filter by suite


flaky?

optional flaky?: boolean

Defined in: types.ts:430

Filter by flaky flag


browser?

optional browser?: string

Defined in: types.ts:432

Filter by browser


device?

optional device?: string

Defined in: types.ts:434

Filter by device