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

Webpack 5 and Storybook 6 integration throws an error in DefinePlugin.js

Meaning of `{}` for return expression