Skip to main content

Upload a Script Repository to TestOps

You can upload tests from Katalon Studio directly to Katalon TestOps via a ZIP file upload. This makes it easy to leverage features like scheduling or executing test runs and viewing reports without having to configure a git repository.

You can upload a ZIP file of your test directly to TestOps by accessing Script Repositories within Settings. To learn how to do so step by step, follow these instructions:
  1. Sign in to Katalon TestOps and go to your project.
  2. Click on Settings > Script Repositories. This brings you to the Script Repositories page.
  3. Click on Import Script Repository.
    The Import Script Repository button in TestOps.
  4. Input the following information:
    • Name: This is where you declare what you would like to call this repository.

    • Description: This is where you can add other details about the repository.

    • Toggle Set as default repository on or off: Keeping it on will make this repository the default option that shows up whenever you schedule a test run.

      Upload your Script Repository in this page in TestOps.

  5. Click on Choose File. Select the ZIP you would like to upload.
    Note:
    • The maximum file size limit is 300MB.

  6. The file you selected shows next to the Choose File button. It is named "Upload Repositories in TestOps" in the example below.
  7. Click on Import.
  8. Once the upload is done, you are automatically redirected to a page that shows the repository's details.
    The detail page for your uploaded script repository
You have successfully uploaded a ZIP repository.

You can find your uploaded repository in the following places:

  • In the Tests browser.

  • In Settings > Script Repositories.

Manage your Script Repository

You can Edit the details of your repository or Delete it from your project by clicking on the corresponding buttons at the upper right corner.
  1. Editing your repository allows you to change aspects of it like its name, description, setting as the default, or the ZIP file itself.
  2. Click Edit. This brings you back to the upload page where you can make changes as needed.
    The Edit button in the Script Repository page.
  3. Once done, click Save.
  4. To delete your repository, click on Delete. A dialog box pops up asking you to confirm your decision. Click Delete again.
    Warning:
    • You cannot delete a Script Repository that is currently in use.

    The Delete button in the Script Repository page.
You have successfully edited or deleted your Script Repository.

Next steps

Once you have set your Script Repository up, it functions just like any other test case that was configured with Git. You can: