Waiting for engine...
Skip to main content

DeployedApiTestExecutionCreateInput

Input parameters for creating a test execution of the deployed API.

input DeployedApiTestExecutionCreateInput {
deployedApiId: ID!
version: String!
executionDate: DateTime
executionDuration: Int
iterations: Int
testsPassed: Int
testsFailed: Int
testsSkipped: Int
resultUrl: String
username: String
status: DeployedApiTestExecutionStatus!
}

Fields

DeployedApiTestExecutionCreateInput.deployedApiId ● ID! non-null scalar miscellaneous

The Deployed API that was tested

DeployedApiTestExecutionCreateInput.version ● String! non-null scalar miscellaneous

The version of the Deployed API that was tested

DeployedApiTestExecutionCreateInput.executionDate ● DateTime scalar partner-portal

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

DeployedApiTestExecutionCreateInput.executionDuration ● Int scalar miscellaneous

The duration of the test execution

DeployedApiTestExecutionCreateInput.iterations ● Int scalar miscellaneous

The number of iterations executed for the test

DeployedApiTestExecutionCreateInput.testsPassed ● Int scalar miscellaneous

The number of tests passed

DeployedApiTestExecutionCreateInput.testsFailed ● Int scalar miscellaneous

The number of tests failed

DeployedApiTestExecutionCreateInput.testsSkipped ● Int scalar miscellaneous

The number of tests skipped

DeployedApiTestExecutionCreateInput.resultUrl ● String scalar miscellaneous

The URL to view the test results in the testing tool

DeployedApiTestExecutionCreateInput.username ● String scalar miscellaneous

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

DeployedApiTestExecutionCreateInput.status ● DeployedApiTestExecutionStatus! non-null enum platform

The status of the test

Member Of

deployedApiTestExecutionCreate mutation

On this Page