Hello @Stephen_Bennett,
I talked with our team and they had some recommendations:
- You can check what Amplify is doing with AWS, this can give you clues on a workflow. The link is here
- You can also use Github Actions to create a workflow. You can trigger it using Cron or events. With it, Github can produce a report on your tests.
- I can’t recommend you one tool. It will depend on your setup, your language and how you want to do it. This is an example for Python using Pytest: Building and testing Python - GitHub Docs
I hope this will be helpful.
Regards,
Charles-Edouard