ProjectTestGroupRunSummary

Schema

Fields

· 13
id string required

Opaque identifier for this resource.

createdAt number required

Unix timestamp in milliseconds when the resource was created.

groupId string required

Opaque identifier for the project test group.

groupName string required

Human-readable name of the project test group.

status string · enum required

Current lifecycle status for the resource.

values

  • queued
  • running
  • passed
  • warning
  • error
  • canceled
branchCacheId string · nullable required

Opaque identifier for the cached branch record when one is available.

branchId string · nullable required

Branch identifier or slug used for the run.

branchDisplay string · nullable required

Human-readable branch name used for the run.

model string · nullable required

Model identifier used for the run.

environment string · enum required

Bubble environment used by the run.

values

  • test
  • live
startedAt number · nullable required

Unix timestamp in milliseconds when the resource started running.

completedAt number · nullable required

Unix timestamp in milliseconds when the resource completed.

counts object required

Aggregate counts for child or step statuses.