Use TestCloud in Katalon Runtime Engine
This guide shows you how to use TestCloud in Katalon Runtime Engine (KRE).
Requirements
- An active TestCloud subscription or trial. See TestCloud Trial.
When executing tests from KRE to TestCloud environments, only TestCloud subscription is required.
Run tests with TestCloud in Katalon Runtime Engine
TestCloud is accessible from KRE. To trigger test execution with TestCloud environments from KRE, you need to specify the following arguments.
Command-line argument | Description | Data type | Mandatory |
---|---|---|---|
-browserType="TestCloud" | The browser type used for test suite execution. The "TestCloud" value means you are using TestCloud environments. | String | Required (for single test suite execution) |
-testcloudEnvironmentId | The ID of the environment which corresponds to a combination of OS, browser type and browser version to execute. This ID can be generated with Command Builder. | String | Required (for single test suite execution) |
-testcloudTunnel | Allow the execution to be performed via TestCloud Tunnel. | Boolean | Optional |
For more TestCloud arguments in KRE, see: TestCloud integration arguments.
To accurately generate KRE commands with environment ID, you can use Command Builder in Katalon Studio. See: Command Builder.