Skip to main content

Execution

executionIdstring<uuid>

Id of the execution

startstring<date-time>
endstring<date-time>
typestring
validations object[]
  • Array [
  • teststring

    id of the test case

    suitestring

    id of the test suite

    namestringrequired

    what is being checked?

    stateState (string)required

    did the check pass?

    Possible values: [SUCCESS, FAIL, SKIPPED, PENDING]

    manualStepstring

    A manual step is required, this will be a url pointed at the manual step

    messagestring

    any comments or exception trace

    specReferencestring

    A link to the specification document which descibes how the response should be formatted

    numberOfTestsinteger

    The number of tests performed for this validation

  • ]
  • Execution
    {
    "executionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "start": "2024-07-29T15:51:28.071Z",
    "end": "2024-07-29T15:51:28.071Z",
    "type": "string",
    "validations": [
    {
    "test": "string",
    "suite": "string",
    "name": "string",
    "state": "SUCCESS",
    "manualStep": "string",
    "message": "string",
    "specReference": "string",
    "numberOfTests": 0
    }
    ]
    }