Backend_Test

struct

This object represents a test. A test helps to verify that all operations work as expected

Property Type Description
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the object
status Integer Status of the object either 1 = pending, 2 = success, 3 = warning, 4 = error, 5 = skipped or 6 = disabled
operationName String The target operation name being tested
message String The result or error message of the test run
response String The raw payload or output produced by the test execution
config Backend_TestConfig The payload configuration passed to the test execution
part of the Apioo-Project