tock / ai.tock.bot.admin.test / TestPlanExecutionStatus

TestPlanExecutionStatus

enum class TestPlanExecutionStatus (source)

Status available for a test plan execution. PENDING - the test plan is currently executed. SUCCESS - the test plan has been executed and ended without any errors. FAILED - the test plan has been executed but some errors occurred. COMPLETE - the test plan has been executed but there is no more information about test success.

Enum Values

PENDING

SUCCESS

FAILED

COMPLETE

UNKNOWN