Automation in React Native

I have requirements for some automation, tests and otherwise, to run on a React-Native App i'm developing.

Are there any tools like phantomJS or something like that, that would run on the simulator for React Native Apps?

Have a look at wix Detox, we're using it, it allows you to run end-to-end UI tests, where your application is run in the simulator.

Comments

Popular posts from this blog

flutter websocket connection issue

React-native : Unable to use react-native-fast-image

reinterpret_cast bug or UB? [duplicate]