ProjectTestRunSummary

Schema

Fields

· 12
id string required

Opaque identifier for this resource.

createdAt number required

Unix timestamp in milliseconds when the resource was created.

testId string required

Opaque identifier for the project test definition.

testName string required

Human-readable name of the test.

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 required

Branch identifier or slug used for the run.

branchDisplay string 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.