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

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

DeployedApiTestStatus.PENDING

Indicates a Test has been requested.

DeployedApiTestStatus.IN_PROGRESS

Indicates the Test has been initiated in the testing tool.

DeployedApiTestStatus.PASSED

Indicates the test has passed.

DeployedApiTestStatus.FAILED

Indicates the test has failed.

Member Of

DeployedApi object

On this Page