I have got Katalon Studio installed on a remote machine. Through teamcity I am trying to execute the suites over there.The execution is not able to start for some reason.Since there are no logs generated in the build log(except for exit code 0), I m unable to debug the problem.Also, I do not have access to that machine.Kindly suggest me how I can view Katalon specific logs in the build log.
We had a similar issue where we had to checkout (Git) to a sub-folder for it to work. Not sure if this is your trouble. See our Step 1 here:
I ran into a similar issue. When checking out files from your VCS Root, be sure to check them out to a sub-folder, rather than the main work folder. For example, the build would not start when my VCS checkout rule looked like this:
+:. => .
But it starts when my rule looks like :
+:. => Checkouts
I found the solution in @Rasko’s comment here:
https://forum.katalon.com/discussion/2585/cannot-run-in-console-mode-on-ubuntu
I ran into a similar issue. When checking out files from your VCS Root, be sure to check them out to a sub-folder, rather than the main work folder. For example, the build would not start when my VCS checkout rule looked like this:
+:. => NVD
But it starts when my rule looks like :
I found the solution in @Rasko’s comment here:
https://forum.katalon.com/discussion/2585/cannot-run-in-console-mode-on-ubuntu
I ran into a similar issue. When checking out files from your VCS Root, be sure to check them out to a sub-folder, rather than the main work folder. For example, the build would not start when my VCS checkout rule looked like this:
+:. => .
But it starts when my rule looks like :
+:. => Checkouts
I found the solution in @Rasko’s comment here:
https://forum.katalon.com/discussion/2585/cannot-run-in-console-mode-on-ubuntu