TeamCity and Katalon Integration

@Harold_Owen This is not working for me. My teamcity build is going in to the infinity loop. never ends.

“D:\Katalon_Studio_Windows_64-6.1.4\katalon.exe” -runMode=console -consoleLog -noExit -projectPath="%system.teamcity.build.checkoutDir%\TestAutomtion_Urbanutilities.com.au\UrbanUtilities.com.au.prj" -retry=0 -testSuitePath=“Test Suites/Scenario 01_Request a copy of your bill” -executionProfile=“default” -browserType="Chrome

This is my repo url:
https://github.com/UrbanUtilities/TestProjects/tree/master/UrbanUtilities.com.au/TestAutomtion_Urbanutilities.com.au

I am not sure, whats wrong?

Please help

You have to remove the -noExit flag from this command. I ran into a similar issue trying to use the katalon cli in teamcity.

1 Like

This is good. However, has anyone tried using docker image or via the git source code instead of local directory as per above? My TeamCity jobs run via VM / servers and not locally so it would be quite handy how it works via docker.

1 Like