Web testing with Katalon studio- How to make test scripts portable?

I have been asked to pass the development of the test suite on to a colleague while I work on this other task, with the assumption that I will take it on again once my deadline has passed.

Could someone guide me on how the share my scripts to other users for execution/development. Any doc/link/suggestion is welcome

Thanks,
Ankesh

Are you familiar with Git? Do you have access to some remote Git repository service (GitHub, BitBucket) or your organization’s shared Git repository?

You can try to use Git integration to share your test artifacts, please refer to this guide here: https://www.katalon.com/resources-center/tutorials/git-integration-introduction/

Regards

Thank you Vinh Nguyen for sharing the information. I will go through it and get back in case of any issues wrt interpretation.