CI/CD with automated testing

Hi everyone,

I saw some posts on the topic but some of the most interesting are from 2021 (e.g. here):

would it be possible to have an up to date goto/boilerplate recommendation to implement CI/CD with Expo/EAS?

Basic use case: after the EAS build, we simply need to test our app (e.g. user creation, scroll the app feed, check Settings values) with a dedicated backend (Firebase).

What is the Expo recommended approach or could you share what you did personally that works?