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
- Configure Katalon Studio to generate a JUnit XML report.
- Store your TestCollab API token in your CI provider's encrypted secret store.
- 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.


