ProjectTestDetail

Schema

Fields

· 13
id string required

Opaque identifier for this resource.

createdAt number required

Unix timestamp in milliseconds when the resource was created.

name string required

Human-readable name for the resource.

description string · nullable required

Human-readable description for the resource.

isComponent boolean required

Whether the test definition is reusable as a component step in other tests.

viewportPreset string | null required

Viewport preset Buildprint should apply when running the test.

timeoutMinutes number · nullable required

Default timeout in minutes for runnable tests.

updatedAt number required

Unix timestamp in milliseconds when the resource was last updated.

projectId string required

Opaque identifier for the workspace project.

archivedAt number · nullable required

Unix timestamp in milliseconds when the resource was archived, if archived.

graphStartX number required

Canvas x coordinate for the Start node.

graphStartY number required

Canvas y coordinate for the Start node.

steps array of any required

Ordered steps for the test or component.

Used by

· 1 operation