Skip to main content
Version: 4.7.8

Create a new test case

Create a new test case

Request Body required
    oneOf

    pipelineSlug string

    Slug for the pipeline

    name string

    The name of the test case

    inputs object

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