Skip to main content

TestProgressId.attempt

TestProgressId.attempt: int
The execution attempt number which may increase due to retries (e.g. for flaky tests).

TestProgressId.configuration

TestProgressId.configuration: None | configuration_id
The configuration under which the action is running.

TestProgressId.label

TestProgressId.label: str
The label of the target for the action.

TestProgressId.opaque_count

TestProgressId.opaque_count: int
An incrementing count used to differentiate TestProgressIds for the same test attempt.

TestProgressId.run

TestProgressId.run: int
The run number of the test action (e.g. for runs_per_test > 1).

TestProgressId.shard

TestProgressId.shard: int
For sharded tests, the shard number of the test action.