AutoTestRun#

class AutoTestRun[source]#

The run as JSON.

id: int#

The id of this run.

created_at: datetime#

The moment the run was created.

state: Literal['running']#

The state it is in. This is only kept for backwards compatibility reasons, it will always be “running”.

is_continuous: Literal[False]#

Also not used anymore, will always be false.