Skip to content

flakyPatternSchema

const flakyPatternSchema: Type<{ failureKinds: ("assertion" | "timeout" | "uncaught" | "unknown")[]; lastErrorMessage: string | null; lastErrorStack: string | null; lastFailed: string; priorFails: number; recentFails: number; testFile: string; testName: string; }>

Defined in: packages/core/src/schema/schemas.ts:91

A test that has newly become flaky (output from pattern detection).