Interface: FilterCriteria
June 6, 2026 ยท View on GitHub
CTRF / FilterCriteria
Interface: FilterCriteria
Defined in: types.ts:418
Criteria for filtering and finding tests.
Properties
id?
optionalid?:string
Defined in: types.ts:420
Filter by test ID (UUID)
name?
optionalname?:string
Defined in: types.ts:422
Filter by test name
status?
optionalstatus?:TestStatus|TestStatus[]
Defined in: types.ts:424
Filter by status
tags?
optionaltags?:string|string[]
Defined in: types.ts:426
Filter by tags
suite?
optionalsuite?:string|string[]
Defined in: types.ts:428
Filter by suite
flaky?
optionalflaky?:boolean
Defined in: types.ts:430
Filter by flaky flag
browser?
optionalbrowser?:string
Defined in: types.ts:432
Filter by browser
device?
optionaldevice?:string
Defined in: types.ts:434
Filter by device