Set up Docker test environments for TestOps
Similar to Create a Local Test Environment with an Agent, you can create a Docker test environment with a compatible Agent in Katalon TestOps.
Set up an Agent
- Sign in to Katalon TestOps and go to your Project.
- Go to Configurations > Agent Setup.
Select the Docker Environment tab.
The page appears as below.
Fill in the required information for the Configure an agent and Select method sections.
Note:You then use the commands in the Generate configuration and Start an agent sections to run the Agent in your computer.
Leave the TestOps page open while following the instructions to start an Agent in your local machine.
Start an Agent
Create a folder (e.g, Docker folder) in your computer.
Open a new file in your computer text editor, then copy and paste the command in the Generate configuration section into the new file.
Save the file as .yml file in the folder you have created (as shown in the pictures below).
Search "cmd" in the Windows explorer search bar, then press Enter.
Copy and paste the command in the Start an agent section into your cmd to start an Agent.
You have started your Docker with an Agent. You can open your Docker to see the Agent running.
View an Agent's status
In Katalon TestOps, go to the Test Environments page to see the Docker test environment you have created and its status.
Next steps: