How do i execute tests via terminal on mac and integrate it with wercker ci

I’m using Katalon studio on apple mac pro. how do I execute tests via the terminal in MAC? secondly, i would also like to use wercker as my CI. all answers are appreciated.

Thank you, Vinh Nguyen. I appreciate the quick response.

For Wercker CI, please use generated command line and pass it in Build pipeline steps (http://devcenter.wercker.com/docs/steps). That’s all you need to do for this and all other CIs

Hi there,

To execute tests via terminal, you need to:

  1. Generate terminal command following this guideline : https://docs.katalon.com/display/KD/Console+Mode+Execution

  2. Execute generated terminal command in ‘Application’ folder on your Mac OS

You can also refer to this video : https://youtu.be/z2phdXH5U9g?t=465

Thanks