maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Mock Api for React Native App

Open tsachit opened this issue 1 year ago • 1 comments

What is the nicest way to mock api? I mean I created a mock server with Mockoon and added some responses manually for my local simulator build. Mockoon provides a nicer json but the only problem is it's static. I want to have multiple calls as possible with different api response so i can test multiple flows. Does maestro provide solution to that? Would be nice to have solution on this. Is there a way where I test my app without calling my real server and get dynamic response from mock api with maestro?

tsachit avatar Oct 09 '24 13:10 tsachit