Skip to main content
Version: 4.7.34

Add more test runs to a result (simple version)

Add more test runs to a result (simple version)

Path Parameters
    id uuid required

    The ID of the test result

Request Body required
    testRuns object[]
  • Array [
  • id uuid nullable

    The ID of the test run

    caseId uuid required

    The ID of the test case

    inputs object required

    The input data for the test case

    property name* any

    The input data for the test case

    outputs object

    The returned outputs for the test case

    property name* any

    The returned outputs for the test case

    path object[] nullable

    Optional path which describes the organizational hierarchy of this test run in relation to all the pipeline tests.

  • Array [
  • type string required

    Possible values: [suite]

    name string required
  • ]
  • error string nullable
  • ]
Responses

Test runs added successfully


Schema
    resultId uuid required
Loading...