Waiting for engine...
Skip to main content

DeployedApiTestExecution

Represents the results of API testing execution including test metrics and timing information.

type DeployedApiTestExecution {
id: ID!
deployedApi: DeployedApi!
triggerDate: DateTime
executionDate: DateTime
executionDuration: Int
iterations: Int
testsPassed: Int
testsFailed: Int
testsSkipped: Int
resultUrl: String
username: String
status: DeployedApiTestExecutionStatus
}

Fields

DeployedApiTestExecution.id ● ID! non-null scalar miscellaneous

The ID of Test Execution

DeployedApiTestExecution.deployedApi ● DeployedApi! non-null object platform

The Deployed API that was tested

DeployedApiTestExecution.triggerDate ● DateTime scalar partner-portal

The date and time when the test was requested

DeployedApiTestExecution.executionDate ● DateTime scalar partner-portal

The date and time when the test was executed in the testing tool

DeployedApiTestExecution.executionDuration ● Int scalar miscellaneous

The duration of the test execution

DeployedApiTestExecution.iterations ● Int scalar miscellaneous

The number of iterations executed for the test

DeployedApiTestExecution.testsPassed ● Int scalar miscellaneous

The number of tests passed

DeployedApiTestExecution.testsFailed ● Int scalar miscellaneous

The number of tests failed

DeployedApiTestExecution.testsSkipped ● Int scalar miscellaneous

The number of tests skipped

DeployedApiTestExecution.resultUrl ● String scalar miscellaneous

The URL to view the test results in the testing tool

DeployedApiTestExecution.username ● String scalar miscellaneous

The user name of the user who executed the test in the testing tool

DeployedApiTestExecution.status ● DeployedApiTestExecutionStatus enum platform

The status of the test

Returned By

deployedApiTestExecutionCreate mutation ●  deployedApiTestExecutionLatest query

On this Page