โ04-20-2021 02:19 PM
As you continue to build an maintain a custom connector for your enterprise or customers, whats the story on maintaining automated test coverage? We are looking at using Katalon, but its difficutl because the Workato engine interprets the SDK ruby in such a specific way. Any and all ideas are welcome!
โ04-21-2021 08:21 AM
I haven't been in this situation myself but might it work to use Workato recipes to do your testing? If you want to check that actions in your connector work as expected, you could have a recipe that was triggered by a new PR in Github (or similar) and then it could run a selection of callable recipes that tested all your actions? I'm not sure how well this could be extended to testing triggers I'm afraid.