Bamboo Add-on
Katalon TestOps CI is an easier way to execute Katalon Studio tests remotely or schedule remote Katalon Studio execution. Learn more .
The Katalon Studio for Bamboo plugin enables you to download, deploy and execute Katalon Studio tests on Bamboo CI server automatically. Try it for free on Atlassian Marketplace.
Prerequisites
- You need an active Katalon Runtime Engine license.
- You need Bamboo administrative permission to configure the integration.
Install the Add-on
- Log into your Bamboo instance as an admin.
- Click Administration and select Manage Apps.
-
Click Find new apps from the left-hand side of the page.
-
Locate Katalon for Bamboo via search.
- Click Try it free to start your trial or Buy now to purchase a license for executing Katalon Tests.
- Enter your information and click Generate license when redirected to MyAtlassian.
- Click Apply license.
Configure the integration
Once you have installed the plugin, you will need to configure Execute Katalon Studio Tests task to complete the integration.
Create and configure a new plan in Bamboo. Read more about how to create a new plan here.
Add Execute Katalon Studio Tests to your jobs of the newly created plan.
- In Tasks, click Add task.
- In the Task types window, locate Execute Katalon Studio Tests via search or find it under the Tests category.
- Add Execute Katalon Studio Tests to your job list.
Configure the Execute Katalon Studio Tests task and click Save to create it.
Download Katalon version: Specify the Katalon Studio (prior to 7.0) or Katalon Runtime Engine (7.0+) that is downloaded automatically to execute the tests. Or
Use pre-installed Katalon Studio: Provide a link to Katalon Studio (prior to 7.0) or Katalon Runtime Engine (7.0+) app that has been already installed.
Command Arguments: you can enter the arguments directly in the text area or copy and paste the generated command from Katalon Studio.
Note:Please remove any irrelevant argument such as
-runmode
. See Command Arguments for more details.
For the list of supported Katalon command syntax and how to generate command, please read more here.
Xvfb-run configuration: Learn more here. If you are not sure, only change the resolution 1024x768x24 and leave other options as-is.
Artifacts
If you want to keep Katalon Studio artifact from the build, you can specify the Copy Pattern as Reports/**/*.*
After a build, execution log files created by Katalon Studio are stored under the Artifacts tab.