A successful request to this endpoint creates and saves a run configuration
object. This method returns the created run configuration
object details.
Request
This request uses the POST
method, which is used to create and save a test run using Katalon TestOps from the specified resource with the provided configuration, specifying the test type, cloud type, and project-related information.
For basic authorization, replace this with your actual username and password (or API key) in the header request in the username:password
or username:api_key format
. Your user creds are combined to form a Base64 encoded string.
The request data is provided as a JSON object.
You need to provide the following required query parameters:
verifyRunConfiguration
- requires a Boolean parameter to indicate whether you skip verification of the run configuration or not.runConfiguration
- is an object containing configuration information for the test run.configType
- represents a specific test configuration type.cloudType
- suggesting that the test might be executed on a Kubernetes cluster.projectId
- the project ID.teamId
- the team or group associated with this test run.testProjectId
- test project ID.
Response
The API response provides detailed information about the new test run configuration. The response contains a lot of data in a structured format, as demonstrated in this format:
{
"id": 0,
"name": "string",
"command": "string",
"projectId": 0,
"teamId": 0,
"testProjectId": 0,
"releaseId": 0,
"testSuiteCollectionId": 0,
"testSuiteId": 0,
"executionProfileId": 0,
"baselineCollectionGroupOrder": 0,
"timeOut": 0,
"kobitonDeviceId": "string",
"configType": "TSC",
"testProject": {
"id": 0,
"name": "string",
"description": "string",
"defaultTestProject": true,
"uploadFileId": 0,
"projectId": 0,
"teamId": 0,
"createdAt": "2023-11-02T06:05:02.348Z",
"uploadFileName": "string",
"type": "KS",
"dirty": true
},
"agents": [
{
"id": 0,
"name": "string",
"ip": "string",
"uuid": "string",
"lastPing": "2023-11-02T06:05:02.348Z",
"os": "string",
"teamId": 0,
"hostname": "string",
"active": true,
"threshold": 0,
"numExecutingJobs": 0,
"numAssignedJobs": 0,
"agentVersion": "string",
"deleted": true
}
],
"testCloudAgents": [
{
"id": 0,
"name": "string",
"os": "string",
"osVersion": "string",
"browser": "string",
"browserVersion": "string",
"deviceName": "string",
"appId": "string",
"appGroupId": "string",
"appName": "string",
"numExecutingJobs": 0,
"numAssignedJobs": 0,
"teamId": 0,
"deleted": true,
"apiKey": "string",
"totalDuration": 0,
"headless": true
}
],
"k8sAgents": [
{
"id": 0,
"name": "string",
"certificateAuthority": "string",
"url": "string",
"namespace": "string",
"username": "string",
"password": "string",
"token": "string",
"cluster": "string",
"region": "string",
"accessKey": "string",
"privateAccessKey": "string",
"teamId": 0,
"apiKey": "string",
"authenticationType": "BASIC_AUTH"
}
],
"circleCIAgents": [
{
"id": 0,
"name": "string",
"url": "string",
"username": "string",
"token": "string",
"project": "string",
"vcsType": "string",
"branch": "string",
"teamId": 0,
"apiKey": "string"
}
],
"testCloudTestSuiteCollectionAgents": [
{
"testSuiteCollectionConfigurationId": 0,
"testCloudAgent": {
"id": 0,
"name": "string",
"os": "string",
"osVersion": "string",
"browser": "string",
"browserVersion": "string",
"deviceName": "string",
"appId": "string",
"appGroupId": "string",
"appName": "string",
"numExecutingJobs": 0,
"numAssignedJobs": 0,
"teamId": 0,
"deleted": true,
"apiKey": "string",
"totalDuration": 0,
"headless": true
},
"updatedAt": "2023-11-02T06:05:02.348Z"
}
],
"cloudType": "K8S",
"latestJob": {
"id": 0,
"buildNumber": 0,
"status": "QUEUED",
"queuedAt": "2023-11-02T06:05:02.348Z",
"startTime": "2023-11-02T06:05:02.348Z",
"stopTime": "2023-11-02T06:05:02.348Z",
"testProject": {
"id": 0,
"name": "string",
"description": "string",
"defaultTestProject": true,
"uploadFileId": 0,
"projectId": 0,
"teamId": 0,
"createdAt": "2023-11-02T06:05:02.348Z",
"uploadFileName": "string",
"type": "KS",
"dirty": true
},
"execution": {
"status": "PASSED",
"startTime": "2023-11-02T06:05:02.348Z",
"endTime": "2023-11-02T06:05:02.348Z",
"duration": 0,
"elapsedDuration": 0,
"totalTests": 0,
"totalPassedTests": 0,
"totalFailedTests": 0,
"totalErrorTests": 0,
"totalIncompleteTests": 0,
"totalSkippedTests": 0,
"id": 0,
"projectId": 0,
"buildId": 0,
"order": 0,
"executionStage": "RUNNING",
"hasComment": true,
"sessionId": "string",
"buildLabel": "string",
"buildUrl": "string",
"type": "KATALON",
"useTestCloudTunnel": true
},
"agent": {
"id": 0,
"name": "string",
"ip": "string",
"uuid": "string",
"lastPing": "2023-11-02T06:05:02.348Z",
"os": "string",
"teamId": 0,
"hostname": "string",
"active": true,
"threshold": 0,
"numExecutingJobs": 0,
"numAssignedJobs": 0,
"agentVersion": "string",
"deleted": true
},
"testCloudAgent": {
"id": 0,
"name": "string",
"os": "string",
"osVersion": "string",
"browser": "string",
"browserVersion": "string",
"deviceName": "string",
"appId": "string",
"appGroupId": "string",
"appName": "string",
"numExecutingJobs": 0,
"numAssignedJobs": 0,
"teamId": 0,
"deleted": true,
"apiKey": "string",
"totalDuration": 0,
"headless": true
},
"k8sAgent": {
"id": 0,
"name": "string",
"certificateAuthority": "string",
"url": "string",
"namespace": "string",
"username": "string",
"password": "string",
"token": "string",
"cluster": "string",
"region": "string",
"accessKey": "string",
"privateAccessKey": "string",
"teamId": 0,
"apiKey": "string",
"authenticationType": "BASIC_AUTH"
},
"circleCiAgent": {
"id": 0,
"name": "string",
"url": "string",
"username": "string",
"token": "string",
"project": "string",
"vcsType": "string",
"branch": "string",
"teamId": 0,
"apiKey": "string"
},
"runConfiguration": {
"id": 0,
"name": "string",
"command": "string",
"projectId": 0,
"teamId": 0,
"testProjectId": 0,
"releaseId": 0,
"testSuiteCollectionId": 0,
"testSuiteId": 0,
"executionProfileId": 0,
"baselineCollectionGroupOrder": 0,
"timeOut": 0,
"kobitonDeviceId": "string",
"configType": "TSC",
"cloudType": "K8S",
"genericCommand": "string",
"ksVersion": "string",
"ksLocation": "string",
"executionMode": "SEQUENTIAL",
"enabledKobitonIntegration": true,
"enabledTestCloudTunnel": true,
"triggerMode": "TESTOPS_SCHEDULER",
"browserType": "CHROME"
},
"order": 0,
"parameter": {
"downloadUrl": "string",
"command": "string",
"environmentVariables": [
{
"name": "string",
"value": "string"
}
],
"sessionId": "string",
"ksVersion": "string",
"ksLocation": "string",
"configType": "TSC",
"type": "KS",
"gitRepositoryResource": {
"id": 0,
"testProjectId": 0,
"name": "string",
"repository": "string",
"branch": "string",
"username": "string",
"password": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"projectId": 0,
"description": "string",
"vcsType": "GITHUB",
"shouldMergeTestResultsForNewScriptRepo": true,
"teamId": 0,
"createdAt": "2023-11-02T06:05:02.348Z",
"updatedAt": "2023-11-02T06:05:02.348Z"
},
"testOpsDownloadUrl": "string",
"extraFiles": [
{
"contentUrl": "string",
"path": "string",
"writeMode": "OVERRIDE"
}
],
"organizationId": 0
},
"triggerBy": "MANUAL",
"duration": 0,
"triggerAt": "2023-11-02T06:05:02.348Z",
"user": {
"id": 0,
"email": "string",
"firstName": "string",
"lastName": "string",
"password": "string",
"invitingUrl": "string",
"trialExpirationDate": "2023-11-02T06:05:02.348Z",
"surveyStatus": "NOT_SUBMITTED",
"sessionTimeout": 0,
"businessUser": true,
"canCreateOfflineKSE": true,
"canCreateOfflineRE": true,
"samlSSO": true,
"createdAt": "2023-11-02T06:05:02.348Z",
"fullName": "string"
},
"scheduler": {
"id": 0,
"name": "string",
"startTime": "2023-11-02T06:05:02.348Z",
"nextTime": "2023-11-02T06:05:02.348Z",
"endTime": "2023-11-02T06:05:02.348Z",
"active": true,
"interval": 0,
"intervalUnit": "MINUTE",
"runConfigurationId": 0,
"exceededLimitTime": true
},
"project": {
"id": 0,
"name": "string",
"teamId": 0,
"status": "ARCHIVE"
},
"processId": 0,
"nodeStatus": "PENDING_CANCELED",
"runConfigurationId": 0
},
"genericCommand": "string",
"ksVersion": "string",
"ksLocation": "string",
"nextRunScheduler": {
"id": 0,
"name": "string",
"startTime": "2023-11-02T06:05:02.348Z",
"nextTime": "2023-11-02T06:05:02.348Z",
"endTime": "2023-11-02T06:05:02.348Z",
"active": true,
"interval": 0,
"intervalUnit": "MINUTE",
"runConfigurationId": 0,
"runConfiguration": {
"id": 0,
"name": "string",
"command": "string",
"projectId": 0,
"teamId": 0,
"testProjectId": 0,
"releaseId": 0,
"testSuiteCollectionId": 0,
"testSuiteId": 0,
"executionProfileId": 0,
"baselineCollectionGroupOrder": 0,
"timeOut": 0,
"kobitonDeviceId": "string",
"configType": "TSC",
"cloudType": "K8S",
"genericCommand": "string",
"ksVersion": "string",
"ksLocation": "string",
"executionMode": "SEQUENTIAL",
"enabledKobitonIntegration": true,
"enabledTestCloudTunnel": true,
"triggerMode": "TESTOPS_SCHEDULER",
"browserType": "CHROME"
},
"exceededLimitTime": true
},
"release": {
"id": 0,
"name": "string",
"startTime": "2023-11-02",
"endTime": "2023-11-02",
"description": "string",
"projectId": 0,
"closed": true,
"createdAt": "2023-11-02T06:05:02.348Z",
"releaseStatus": "NOT_READY"
},
"build": {
"id": 0,
"projectId": 0,
"releaseId": 0,
"name": "string",
"description": "string",
"date": "2023-11-02T06:05:02.348Z"
},
"executionMode": "SEQUENTIAL",
"enabledKobitonIntegration": true,
"enabledTestCloudTunnel": true,
"triggerMode": "TESTOPS_SCHEDULER",
"browserType": "CHROME"
}
Refer to the following table about the response body parameters:
Property | Type | Description |
---|---|---|
id | integer | The unique identifier of the run configuration. |
name | string | The name of the test execution. |
command | string | The execution command that specifies the behavior of the execution. See Command-line syntax. |
projectId | integer | The ID of the project associated with this execution. |
teamId | integer | The ID of the team associated with this execution. |
testProjectId | integer | The ID of the script repository or zip repository that contains test cases. |
releaseId | integer | The ID of the release associated with the execution |
testSuiteCollectionId | integer | The ID of the test suite collections used in the execution. |
testSuiteId | integer | The ID of the test suite used in the execution. |
executionProfileId | integer | The execution profile configured in Katalon Studio. See Execution Profile. |
baselineCollectionGroupOrder | integer | The order of the Visual Testing baseline collection associated with the execution. See Baseline collection. |
timeOut | integer | The time limit for the execution. |
kobitonDeviceId | string | The Kobiton device ID to execute mobile tests, applied when Kobiton integration is enabled. |
configType | string | Configuration type: TSC , COMMAND , GENERIC_COMMAND , TEST_SUITE . |
testProject | testProject object | The repository that contains the test cases. |
agents | Array of Agent objects | The local agents used in the execution. |
testCloudAgents | Array of TestCloudAgent objects | The TestCloud agents used in the execution. |
k8sAgents | Array of K8SAgent objects | The Kubernetes (K8s) agents used in the execution. |
circleCIAgents | Array of CircleCIAgent objects | The CircleCI agents used in the execution. |
testCloudTestSuiteCollectionAgents | Array of testCloudTestSuiteCollectionAgent objects | These agents are used for overriding individual test environments of test suites in a test suite collection. |
cloudType | string | The cloud execution type, associated with the agents in use: LOCAL_AGENT , TEST_CLOUD_AGENT , CIRCLE_CI_AGENT , K8S_AGENT , K8S . |
latestJob | Job object | This object describes the latest execution. |
genericCommand | string | The generic execution command configured for the execution. |
ksVersion | string | The version of Katalon Runtime Engine used for the execution. |
ksLocation | string | The location of Katalon Runtime Engine instance, applied when using local agent. |
nextRunScheduler | scheduler object | The scheduler object for the next execution. |
release | release object | The release object associated with the execution. |
build | build object | The build object associated with the execution. |
executionMode | string | There are two execution modes: SEQUENTIAL and PARALLEL . |
enabledKobitonIntegration | boolean | true if Kobiton integration is enabled. |
enabledTestCloudTunnel | boolean | true if TestCould Tunnel is enabled. |
triggerMode | string | How the execution should be triggered: TESTOPS_SCHEDULER (triggered at the specified date and time) or MANUAL_TRIGGER (triggered manually by the user). |
browserType | string | The test environment used in the execution:CHROME FIREFOX SAFARI EDGE EDGE_CHROMIUM WEB_SERVICE CHROME_HEADLESS FIREFOX_HEADLESS MOBILE_BROWSERS MOBILE_NATIVE ALL |
Try it!
- Provide the required parameters and values below (click the dropdown and plus icons):
verifyRunConfiguration
-true
orfalse
runConfiguration
objectscheduler
object
- Select the language in Language.
- Enter your user name or API credentials.
- Review your API call and click Try it!