Create and manage KRE Agents
A Katalon Agent manages a local server for executing the scheduled test runs in a local test environment. Katalon TestOps supports compatible Agents for different executing environments. When you install the Agent in your local test machine, you have created a local test environment where you can run or execute your tests.
There are two sections to manage KRE agents:
- Account level: the Account Admin/System Admin can create new agents, view agent list and details of each agent, and configure max concurrent sessions.
- Project level: the Project Admin view the list and details of agents, and connect agents to the project.
This guide shows you how-to set up KRE Agents in your Account.
Prerequisites
- Make sure you have the Account Admin or System Admin role. Refer to this document for more details: Account level roles.
Set up KRE Agents
-
In Katalon TestOps, go to Admin Settings > System Configuration > TestCloud and select the KRE Agents tab.
-
In the upper right corner, select Learn how to set up an Agent to open the set up dialog with instructions.
- Select OS: choose your operating system, then click Download Agent.
- The
.zip
Agent file is downloaded to your computer. Unzip it and keep it open for now.
- The
- Agent Name: provide a name for the Agent (e.g., BankingCore360).
- Katalon API Key: select an existing key or create your own.
- Open any command line interface and navigate to the directory containing the Agent executable file.
- Run the Bash commands in your command line interface (CLI). The commands will generate the configuration and start the Agent.
- After the agent starts successfully, click the settings icon (⚙️) to configure its maximum concurrent sessions.
- Select OS: choose your operating system, then click Download Agent.
To setup automated test runs, proceed to Connect the KRE Agent to your project.