Katalon with Github Actions integration

you need to read this post first

=========================

the issue is on the -runMode=console args, the execution on github actions will stuck when it’s enabled.

and also you need to use katalon with v9.6.0 on the github actions,
it will failed if you are using v9.7.3 or v10.0.0

if you need an example for the Github Actions and CircleCI integration, you can check my project here:

Github Actions yaml config: sample-bdd-project-in-katalon-latest-version/.github/workflows/main.yml at main · depapp/sample-bdd-project-in-katalon-latest-version · GitHub

CircleCI yaml config: sample-bdd-project-in-katalon-latest-version/.circleci/config.yml at main · depapp/sample-bdd-project-in-katalon-latest-version · GitHub

:beers: :beers: :beers:

5 Likes