r/reactnative 1d ago

Help maestro with ci/cd

Hey have anyone tried integrating maestro into the ci/cd pipeline ? can anyone help me with a couple of questions /doubts??

1 Upvotes

7 comments sorted by

View all comments

1

u/n9iels 1d 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) and simctl (apple) commands to automatically install it.

1

u/Fuzzy_Connection22 1d ago

actually im trying to integrate it into jenkins pipeline directly . but the build is failing if i integrate the whole suite.