Skip to content

insertRunInputSchema

const insertRunInputSchema: Type<{ gitDirty?: boolean | null; gitSha?: string | null; project?: string | null; runId: string; runtimeVersion?: string | null; startedAt: string; testArgs?: string | null; }>

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

Fields required to record a new test run.