Set desired capabilities for TestCloud environment
In your Katalon project, you can set desired capabilities for browsers and applications. When executing your test with TestCloud environment on TestOps, these desired capabilities will be applied.
Here are some common use cases that desired capabilities become useful for web and mobile testing:
Chrome/Chrome (headless): start Chrome maximized by default.
Firefox/Firefox (headless): start Firefox at a default page.
Set up remote server in desired capabilities in Katalon Studio.
Using the
acceptInsecureCerts
capability to bypass, or implicitly trust, TLS certificates that the certificate service in the browser does not trust.Using the
autoGrantPermissions
to automatically determine which permissions your app requires and grant them to the app.Using the
autoAcceptAlerts
to automatically accept all alerts if they pop up.Set landscape orientation.
This document shows you how to set desired capabilities when executing tests on TestOps with TestCloud environment. If this is your first time executing tests with TestCloud environments on TestOps, refer to this documentation beforehand: Schedule test runs on TestOps with TestCloud environment.
Set desired capabilities for TestCloud environments
- In Katalon Studio, open your Katalon project.
- Input the desired capabilities. Learn more about desired capabilities in Katalon Studio here: Introduction to Desired Capabilities in Katalon Studio.
- Save your configurations.
- Open and execute your project with TestCloud environment on Katalon TestOps.