Jenkins Integration


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/jenkins-integration.html

Running in console mode does not produce output in the console as described in this post. Control returns immediately to the console rather than waiting for the end of the suite execution.

I believe clarification on this would also help this post: Redirect output from console mode to main window or a file

Are you running a test suite or a test suite collection? I’ve seen that the detailed output is only available for test suites and not for collections.

It seems that the console that pops up on your computer when you run with consoleLog only appears within the Jenkins Console Output window

You do not get the progress/steps of the test case in the console when run via cmd/powershell on your local pc

hello! when running test suite of katalon through jenkins, how can you transfer the result of katalon test suite to jenkins?

Now the docs don’t list the possible exit code values at all.
This is even worse than before.
This is what used to be there, and you should PUT IT BACK:

  • 0: the execution passed with no failed or error test case.
  • 1: the execution has failed test cases.
  • 2: the execution has error test cases.
  • 3: the execution has failed test cases and error test cases.
  • 4: the execution cannot start because of invalid arguments.