Katalon IC in TFS

Hi.

I am trying to execute the command with CMD from TFS, but we are having problems because we do not see that it is executed correctly.

Working Directory:
C:/katalon
Script:
katalon -noSplash -runMode=console -projectPath=“$(System.DefaultWorkingDirectory)_Sphera-Back_QA\Sphera_QA\JLL Automated Test Cases.prj” -testSuitePath=“Test Suites\Sprint 02” -browserType=“Chorme” -executionProfile=“profile_superuser_DEV” -retry=1 -retryFailedTestCases=false

Result:
[…]
2019-04-02T08:06:00.7659504Z Project ‘JLL Automated Test Cases’ opened
2019-04-02T08:06:04.5986520Z
2019-04-02T08:06:04.5987010Z --------------------------------------------------------------------------------
2019-04-02T08:06:04.5987065Z Test Suites/Sprint 02 - Chrome - 20190402_090601…0/1(0%)
2019-04-02T08:06:04.5987215Z --------------------------------------------------------------------------------
2019-04-02T08:06:04.5987240Z
2019-04-02T08:06:06.9618550Z 2019-04-02 09:06:06.955 INFO c.k.katalon.core.main.TestSuiteExecutor - START Test Suites/Sprint 02
2019-04-02T08:06:07.0111240Z 2019-04-02 09:06:07.000 INFO c.k.katalon.core.main.TestSuiteExecutor - hostName = TFSBuildService - UKLONVINF705.eu.JLLNET.com
2019-04-02T08:06:07.0111829Z 2019-04-02 09:06:07.001 INFO c.k.katalon.core.main.TestSuiteExecutor - os = Windows Server 2012 R2 64bit
2019-04-02T08:06:07.0111939Z 2019-04-02 09:06:07.002 INFO c.k.katalon.core.main.TestSuiteExecutor - hostAddress = 10.245.33.1
2019-04-02T08:06:07.0111990Z 2019-04-02 09:06:07.003 INFO c.k.katalon.core.main.TestSuiteExecutor - katalonVersion = 6.0.5.10
2019-04-02T08:06:07.4305837Z 2019-04-02 09:06:07.429 INFO c.k.katalon.core.main.TestCaseExecutor - --------------------
2019-04-02T08:06:07.4306634Z 2019-04-02 09:06:07.430 INFO c.k.katalon.core.main.TestCaseExecutor - START Test Cases/Sprint 02/Priorizacion/Priorizacion-Supervision FR-R-001-5
2019-04-02T08:06:07.8494927Z 2019-04-02 09:06:07.848 INFO c.k.k.core.webui.driver.DriverFactory - Starting ‘Chrome’ driver
2019-04-02T08:06:07.8915742Z 2019-04-02 09:06:07.886 INFO c.k.k.core.webui.driver.DriverFactory - Action delay is set to 0 seconds
2019-04-02T08:06:08.6310084Z Starting ChromeDriver 2.43.600210 (68dcf5eebde37173d4027fa8635e332711d2874a) on port 17990
2019-04-02T08:06:08.6310413Z Only local connections are allowed.
2019-04-02T08:06:10.6777623Z Apr 02, 2019 9:06:10 AM org.openqa.selenium.remote.ProtocolHandshake createSession
2019-04-02T08:06:10.6803421Z INFO: Detected dialect: OSS
2019-04-02T08:06:10.7114236Z 2019-04-02 09:06:10.710 INFO c.k.k.core.webui.driver.DriverFactory - sessionId = 20b993726acb79a2ee7117b4d93f9c50
2019-04-02T08:06:10.7277097Z 2019-04-02 09:06:10.726 INFO c.k.k.core.webui.driver.DriverFactory - browser = Chrome 73.0.3683.86
2019-04-02T08:06:10.7287436Z 2019-04-02 09:06:10.727 INFO c.k.k.core.webui.driver.DriverFactory - platform = Windows Server 2012 R2
2019-04-02T08:06:10.7306963Z 2019-04-02 09:06:10.729 INFO c.k.k.core.webui.driver.DriverFactory - seleniumVersion = 3.7.1
2019-04-02T08:06:10.7316746Z 2019-04-02 09:06:10.730 INFO c.k.k.core.webui.driver.DriverFactory - proxyInformation = ProxyInformation{proxyOption=NO_PROXY, proxyServerType=HTTP, password=, proxyServerAddress=, proxyServerPort=0}
2019-04-02T08:06:19.5951410Z
2019-04-02T08:06:19.5952028Z --------------------------------------------------------------------------------
2019-04-02T08:06:19.5952178Z Test Suites/Sprint 02 - Chrome - 20190402_090601…0/1(0%)
2019-04-02T08:06:19.5952225Z --------------------------------------------------------------------------------
2019-04-02T08:06:19.5952299Z
2019-04-02T08:06:34.5964873Z
2019-04-02T08:06:34.5965959Z --------------------------------------------------------------------------------
2019-04-02T08:06:34.5967436Z Test Suites/Sprint 02 - Chrome - 20190402_090601…0/1(0%)
2019-04-02T08:06:34.5967809Z --------------------------------------------------------------------------------
2019-04-02T08:06:34.5968095Z
2019-04-02T08:06:49.5979037Z
2019-04-02T08:06:49.5979564Z --------------------------------------------------------------------------------
2019-04-02T08:06:49.5979670Z Test Suites/Sprint 02 - Chrome - 20190402_090601…0/1(0%)
2019-04-02T08:06:49.5979724Z --------------------------------------------------------------------------------
2019-04-02T08:06:49.5980021Z
2019-04-02T08:07:04.5992961Z
2019-04-02T08:07:04.5993824Z --------------------------------------------------------------------------------
2019-04-02T08:07:04.5993952Z Test Suites/Sprint 02 - Chrome - 20190402_090601…0/1(0%)
2019-04-02T08:07:04.5994069Z --------------------------------------------------------------------------------
2019-04-02T08:07:04.5994713Z
2019-04-02T08:07:19.6009441Z
2019-04-02T08:07:19.6009971Z --------------------------------------------------------------------------------
2019-04-02T08:07:19.6010033Z Test Suites/Sprint 02 - Chrome - 20190402_090601…0/1(0%)
2019-04-02T08:07:19.6010275Z --------------------------------------------------------------------------------

And it continues without finishing or giving an error or timeout…
Sorry, can you help me? :slight_smile: