Posts

Showing posts with the label automation

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.