Files
livecode-static/docs/api/internal/interfaces/TestResult.html.md
2025-06-11 22:23:49 +08:00

817 B

Interface: TestResult

Properties

duration

duration: number

Defined in

models.ts:1979


errors

errors: string[]

Defined in

models.ts:1980


status

status: "fail" | "pass" | "skip"

Defined in

models.ts:1981


testPath

testPath: string[]

Defined in

models.ts:1982