Skip to main content

Manage Desired Capabilities in Katalon Studio

You can reuse desired capabilities across Katalon Studio projects by importing and exporting desired capabilities in a JSON file. See also Desired capabilities.

This is useful if you want to:

  • Reuse or copy the configured desired capabilities to other projects with minor changes.
  • Share the configured desired capabilities with team members to reduce effort.
Requirements

An active Katalon Studio license.

Export desired capabilities​

  1. Go to Project > Settings > Desired Capabilities. Choose the driver with the desired capabilities you want to export, then click Export.
Export desired capabilities
  1. A dialog appears. Select the destination folder, then click Save.
Save JSON file

Import desired capabilities​

After exporting JSON files, you can modify them if needed, then import them into other projects.

  1. Go to Project/Settings/Desired Capabilities. Choose the driver you want to import desired capabilities for, then click Import.
Import desired capabilities
  1. A dialog appears. Click Browse. Navigate to the JSON file you want to import and select it. Click OK.

Note: You can decide whether to override all existing desired capabilities by checking or unchecking Override existing properties.

Desired capabilities import dialog
Was this page helpful?