Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing React Native #301

Closed
tiagojdf opened this issue Oct 25, 2015 · 1 comment
Closed

Testing React Native #301

tiagojdf opened this issue Oct 25, 2015 · 1 comment
Labels

Comments

@tiagojdf
Copy link

Hey everyone!
I would like to know if it is possible to integrate wallabyjs in a react native project. I have seen that wallaby works with react and jsx, so it should be possible to at least test some components, but I am not sure if will work for the components that use react native components. How should I go about setting my wallaby.js file ?

@ArtemGovorov
Copy link
Member

Wallaby.js can run your test in browser (using PhantomJs) and node environment, so as long as you can run your tests in browser or node, wallaby can run them for you. I have heard that some people are testing react native components with Jest and wallaby supports Jest, so you mat try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants