Skip to main content

Bamboo integration

The Katalon Studio for Bamboo plugin enables you to automatically download, deploy, and execute Katalon Studio tests on a Bamboo server.

On this page, you'll learn how to install the plugin, configure test execution, and manage test artifacts.

You can try it for free on the Atlassian Marketplace.
Note:

Install the Bamboo add-on

  • An active Katalon Runtime Engine license.
  • Bamboo administrative permissions to configure the integration.
To install the add-on, follow these steps:
  1. Sign in to your Bamboo instance as an admin.
  2. Click Administration and select MANAGE APPS.
  3. Click Find new apps from the left-hand side of the page.
  4. Locate Katalon for Bamboo via search.
  5. Click Try it free to start your trial or Buy now to purchase a license for executing Katalon Tests.
  6. Enter your information and click Generate license when redirected to MyAtlassian.
  7. Click Apply license.

Configure the integration

Once you have installed the plugin, you need to configure the Execute Katalon Studio Tests task to complete the integration:

  1. Create and configure a new plan in Bamboo. See Creating a plan (external link).
  2. Add Execute Katalon Studio Tests to your tasks of the newly created plan.
    1. In Tasks, click Add task.
    2. In the Task types window, locate Execute Katalon Studio Tests via search or find it under the Tests category.
    3. Add Execute Katalon Studio Tests to your task list.


  3. Configure the Execute Katalon Studio Tests task and click Save to create it.
    Configuration instructions:
    • 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:



    • Xvfb-run configuration: For more details, see xvfb-run. If unsure, adjust only the resolution to 1024x768x24 and leave other options unchanged.

Manage the artifacts

If you want to save the Katalon Studio artifacts from the build, specify the Copy pattern as Reports/**/*.*

After the build, execution log files created by Katalon Studio are stored under the Artifacts tab.

Was this page helpful?