Skip to main content

Complete test runs by specifying a list of key fields and values or a list of test run ids

POST 

/atm-testrun/complete

Given a list of key field/value pairs, all runs matching these key values will be completed, otherwise runs with specified run ids will be completed.

Request

Body

required

    oneOf

    from stringrequired
    projectId numberrequired

    Project id of the runs

    runIds integer[]required

    List of run ids to complete

    Possible values: >= 1

Responses

Returns 'AutomationRunCompleteResult'

Schema

    completedRunIds integer[]required

    List of run ids which where marked as completed (or were already completed)

    Possible values: >= 1

Loading...