You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: