打包好的livecode,版本v-46
This commit is contained in:
41
docs/api/internal/interfaces/TestResult.html.md
Normal file
41
docs/api/internal/interfaces/TestResult.html.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# Interface: TestResult
|
||||
|
||||
## Properties
|
||||
|
||||
### duration
|
||||
|
||||
> **duration**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[models.ts:1979](https://github.com/live-codes/livecodes/blob/7617d5c8be5a2a8be8133f973d9e69eb9f86434d/src/sdk/models.ts#L1979)
|
||||
|
||||
***
|
||||
|
||||
### errors
|
||||
|
||||
> **errors**: `string`[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
[models.ts:1980](https://github.com/live-codes/livecodes/blob/7617d5c8be5a2a8be8133f973d9e69eb9f86434d/src/sdk/models.ts#L1980)
|
||||
|
||||
***
|
||||
|
||||
### status
|
||||
|
||||
> **status**: `"fail"` \| `"pass"` \| `"skip"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[models.ts:1981](https://github.com/live-codes/livecodes/blob/7617d5c8be5a2a8be8133f973d9e69eb9f86434d/src/sdk/models.ts#L1981)
|
||||
|
||||
***
|
||||
|
||||
### testPath
|
||||
|
||||
> **testPath**: `string`[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
[models.ts:1982](https://github.com/live-codes/livecodes/blob/7617d5c8be5a2a8be8133f973d9e69eb9f86434d/src/sdk/models.ts#L1982)
|
||||
Reference in New Issue
Block a user