TestOccurrence¶
Note
- Examples for model: TestOccurrence
- This is autogenerated page, don’t change them directly, use template. Read more in Development
Properties¶
| Name | Type | Notes |
|---|---|---|
| id | str | optional |
| name | str | optional |
| status | str | optional |
| ignored | bool | optional [default to False] |
| duration | int | optional |
| run_order | str | optional |
| muted | bool | optional [default to False] |
| currently_muted | bool | optional [default to False] |
| currently_investigated | bool | optional [default to False] |
| href | str | optional |
| ignore_details | str | optional |
| details | str | optional |
| test | Test | optional |
| mute | Mute | optional |
| build | Build | optional |
| first_failed | TestOccurrence | optional |
| next_fixed | TestOccurrence | optional |
| invocations | TestOccurrences | optional |