Help Center/Automation & CI/CD/Your test framework

Report Katalon Studio Test Results to TestCollab

Generate JUnit XML in Katalon Studio and upload the results to TestCollab securely with the TestCollab CLI.

Katalon Studio can generate JUnit XML that the TestCollab CLI reads and reports to a TestCollab test plan. The old direct API script has been retired because it embedded credentials in source code and exercised a production sign-up flow; do not copy it into current automation.

Report Katalon results with the TestCollab CLI

  1. Configure Katalon Studio to generate a JUnit XML report.
  2. Store your TestCollab API token in your CI provider's encrypted secret store.
  3. Upload the report with the TestCollab CLI by following Uploading Test Results Using TestCollab CLI.

Use a separate, short-lived token for each environment. Never place a token in a Katalon script, repository, command line, screenshot, or logged request URL.

For supported report formats and framework-neutral examples, see Report Automated Test Results from Any Framework.

Last updated 2026-08-26.