Telegram bot for Katalon Studio execution

Hi everyone

Can Katalon or Groovy retrieve the test results on the test cases or test suites after completion? i want to take this test result and then want to send it to telegram bot, is it possible to implement this on Katalon?

Hi,

You can get test result via API: Get All test results of a project or Get a test result. After that, you can apply the logic to pass to Telegram Bot. Thank you!

1 Like

thanks for the response, I’ll try this