Skip to main content
Version: 4.7.8

Get test cases for a pipeline

Get test cases for a pipeline

Query Parameters
    pipelineId uuid

    The ID of the Pipeline to retrieve test cases for

    pipelineSlug string

    The slug of the Pipeline to retrieve test cases for

Responses

Test cases retrieved successfully


Schema
    testCases object[]
  • Array [
  • id uuid required

    The ID of the test case

    createdAt date-time required

    The date and time when the test case was created

    archivedAt date-time nullable

    The date and time when the test case was archived, can be null if the test case has not been archived

    updatedAt date-time required

    The date and time when the test case was last updated

    expectedOutputs object nullable

    The expected outputs for 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

    name string required

    The name of the test case

    pipelineId uuid required

    The ID of the pipeline that the test case belongs to

  • ]
Loading...