Skip to main content

Validation

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

Validation
{
"test": "string",
"suite": "string",
"name": "string",
"state": "SUCCESS",
"manualStep": "string",
"message": "string",
"specReference": "string",
"numberOfTests": 0
}