Run API Request Command Line Mode Stuck On Response

Hi All,

Anybody can you help me…
i have already create script command line on mac, but i have some issue, my script :

./Katalon\ Studio.app/Contents/MacOS/katalon --args -noSplash -runMode=console -consoleLog -projectPath='xxxxxxx_xxxx_xxxxj' -retry=0 -testSuitePath='Test Suites/xxxx_suite' -executionProfile='SIT' -browserType='Web Service

but i have some issue…
i have already created API testing with Command line, but i have some issue after run this command line
Test Suit Collection or Test Suites on console always give status incomplete (stuck on response) on script

def response = WS.sendRequest(findTestObject('xxxx'))

but when run in the application katalon there is no error (completed 100%)

can you help me ?

1 Like