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?

Upvotes: 1

Views: 138

Answers (1)

Vinzzz
Vinzzz

Reputation: 11724

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.

Upvotes: 1

Related Questions