Run Katalon Remotely From Jenkins

Hey all,

I’m trying to figure out if it’s possible to run Katalon tests remotely on CrossBrowserTesting from Jenkins?

Katalon seems great for quickly writing tests, but I need to be able to run tests automatically, remotely, from Jenkins, or it’s not actually that helpful to my team.

I had this configuration set up for plain Selenium tests, but I’m not understanding how it would be possible to make this work with Katalon?

In my original Selenium setup, the Selenium tests were added to the app in a /testing/ folder and then Jenkins was able to run those tests in that folder as a build step.

Is there any way to run Katalon tests remotely from Jenkins?

Any insight much appreciated!

Can you call a batch/bash file remotely from your Jenkins setup?
If you can there is your answer, call a batch/bash file to kick off the tests remotely as a build step.

But you will have to install Katalon on your remote machines as well as the project files.