Skip to main content
Version: 4.7.23

Create a new test case

Create a new test case

Request Body required
    oneOf

    pipelineSlug string

    Possible values: non-empty

    Slug for the pipeline

    datasetId string

    Possible values: non-empty

    ID of the dataset

    name string required

    The name of the test case

    inputs object required

    The input data for the test case as a JSON object

    property name* any

    The input data for the test case as a JSON object

    expectedOutputs object nullable

    The expected outputs for the test case as a JSON object

Responses

Test case(s) created successfully


Schema
    oneOf

    caseId string

    ID of the created test case

Loading...