Skip to main content
Version: 4.7.23

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

  • ]
Responses

Test runs added successfully


Schema
    resultId uuid required
Loading...