POST
/
apps
/
{app_id}
/
workflows
/
{workflow_id}
/
tests
/
{test_id}
/
runs

Path Parameters

app_id
string
required

The ID of the app

workflow_id
string
required

The ID of the workflow

test_id
string
required

The ID of the test

Query Parameters

verbose
enum<string>[]
Available options:
all

Body

Data to run a workflow test

execute_async
boolean

Flag to execute the workflow test asynchronously

execute_expectations_only
boolean

Flag to execute only the expectations using the already executed workflow run result, without running the workflow again.

workflow_version_number
number

Version number of the workflow on which to run the test

Response

200 - application/json

Detailed information about a workflow test

created_at
string | null
required

Creation date of the workflow test

expectations_failing_count
number
required

Number of failing expectations

expectations_passing_count
number
required

Number of passing expectations

id
string
required

Unique identifier for the workflow test

name
string
required

Name of the workflow test

run
object
required

Run details of the workflow test

status
enum<string>
required

Status of the workflow test

Available options:
DRAFT,
CANCELLED,
RUNNING,
FAILED,
PASSED
updated_at
string | null
required

Last update date of the workflow test

workflow_id
string
required

Identifier of the associated workflow

expectations
object[]

List of expectations that will be executed for the workflow test

input
object | null

Input values for the workflow test

input_context
object | null

Default input values for the workflow test

input_default
object | null

Default input values for the workflow test