As we all know, katalon studio cmd will prompt another console instead of the one that execute the command. Is there any way to use Katalon Studio cmd in a single console?
A new console window is only spawned when this argument is included:
-consoleLog
If you leave this argument out, it will not open the extra window.
Thx for your reply. If “-consoleLog” is removed from the command, then the log would not be displayed, isn’t it? is there any method let katalon studio show the log without the spawned another console?