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​
- Go to Project > Settings > Desired Capabilities. Choose the driver with the desired capabilities you want to export, then click Export.
- A dialog appears. Select the destination folder, then click Save.
Import desired capabilities​
After exporting JSON files, you can modify them if needed, then import them into other projects.
- Go to Project/Settings/Desired Capabilities. Choose the driver you want to import desired capabilities for, then click Import.
- 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.
