2025-06-12 09:37:26 +08:00

41 lines
365 B
Markdown

# 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