Skip to main content

Troubleshooting TrueTest issues

This document lists out all the common issues and solutions you can encounter when setting up and using TrueTest autonomous test generation. You can look for the troubleshooting with the corresponding error code.

04-06-0035

Failed to clone the script repository due to incorrect credentials.

When configuring script repository in TestOps, you can input email or Git username in the Username field. However, Katalon AI Agent cannot commit test cases to a script repository with an email form username.

To work with TrueTest, you need to edit the integrated script repository with a Git username instead of email form username.

04-06-0045

Personal Access Token is not granted with WRITE permission.

Katalon AI Agent failed to generate user journey map.

The agent failed to generate test cases because it was not able to commit the tests to the repository.

To generate and store test cases, Katalon AI Agent requires Write permission to the configured Git repository. When setting up test environment for the agent, you need to link a Git script repository with Write permission. Link Projects dialog

If your Git script repository is not configured with Write permission, you need to reconfigure the script repository's personal access token with Write permission. See: Configure a Git repository in TestOps.

The following are some specific examples of Write permission configuration for different Git providers.

04-06-0055

Failed to push test artifacts to a protected git branch.

The Katalon AI agent cannot push and commit generated test artifacts to a protected git branch although the Personal Access Token has been granted with WRITE permission.

Set the git branch to non-protected or select a different non-protected git branch.