Skip to main content

DashboardRunListItem

@stack-test/core


@stack-test/core / DashboardRunListItem

Interface: DashboardRunListItem

Extended by

Properties

durationMs

durationMs: number


endedAt?

optional endedAt?: string


isPartial

isPartial: boolean


provider

provider: string


regions

regions: string[]


runDir

runDir: string


runId

runId: string


scenarioName

scenarioName: string


startedAt?

optional startedAt?: string


status

status: DashboardRunStatus


totals

totals: object

failed

failed: number

passed

passed: number

skipped

skipped: number

tests

tests: number