Waiting for engine...
Skip to main content

DeployedApiTestStatus

Defines the testing status of a deployed API throughout the testing lifecycle.

enum DeployedApiTestStatus {
NOT_TESTED
PENDING
IN_PROGRESS
PASSED
FAILED
}

Values

DeployedApiTestStatus.NOT_TESTED {#not-tested}

Default status when a new API is deployed or an existing API is updated.

DeployedApiTestStatus.PENDING {#pending}

Indicates a Test has been requested.

DeployedApiTestStatus.IN_PROGRESS {#in-progress}

Indicates the Test has been initiated in the testing tool.

DeployedApiTestStatus.PASSED {#passed}

Indicates the test has passed.

DeployedApiTestStatus.FAILED {#failed}

Indicates the test has failed.

Member Of

DeployedApi object

On this Page