Class: Vapi::TestSuiteRunStatus
- Inherits:
-
Object
- Object
- Vapi::TestSuiteRunStatus
- Defined in:
- lib/vapi_server_sdk/types/test_suite_run_status.rb
Overview
This is the current status of the test suite run.
Constant Summary collapse
- QUEUED =
"queued"
- IN_PROGRESS =
"in-progress"
- COMPLETED =
"completed"
- FAILED =
"failed"