Can we implement any sort of Quality Gates on the basis of Katalon Script execution result i.e. Pass/ Fail in jenkins

How we can mark build as failed or passed on the basis of Katalon Script execution result.

How we can mark build as failed or passed on the basis of Katalon Script execution result.

Hi Vivek,

We can’t adjust custom status upon Katalon Studio final execution result. It is determined by overall status of your test script.

Thanks

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

So u mean if Test Script fails, Jenkins wont get any record, that script is failed and Jenkins will say Build success.
Only we have to look in the Katalon report… if it fails or passes…???

Hi there,

I got your point now. Our Katalon Studio console mode will expose exit code to CI tool and you can use it to determine test script execution.
https://docs.katalon.com/pages/viewpage.action?pageId=786527#CI/CDIntegrations-ExitCodes

So you can use it as a sort of Quality Gates in this case to determine what next step should be done based on that exit code.

Is that address your concern now?

Thanks

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

I need to cross check and match it with my requirement. WIll update once i am done.

Thanks