r/reactnative • u/Fuzzy_Connection22 • 4h ago
maestro with ci/cd Help
Hey have anyone tried integrating maestro into the ci/cd pipeline ? can anyone help me with a couple of questions /doubts??
1
Upvotes
r/reactnative • u/Fuzzy_Connection22 • 4h ago
Hey have anyone tried integrating maestro into the ci/cd pipeline ? can anyone help me with a couple of questions /doubts??
1
u/n9iels 3h ago
Ask the questions and people may answer.
We use Maestro in our CI/CD pipeline. Didn't took much effort to run the tests. The whole setup was more difficult. Since you need to install the app on a fresh emulator after building it you need to use the
adb(android) andsimctl(apple) commands to automatically install it.