maestro
maestro copied to clipboard
Mock Api for React Native App
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?