Screen testing #2941
Replies: 3 comments
-
hello @GuillotJessica, thanks for reaching out. Can I ask you to add some clarity what you mean by "deep test with testing/library/react-native"? RNTL is included in the boilerplate, there is an example test you can see here: https://github.com/infinitered/ignite/blob/master/boilerplate/app/components/Text.test.tsx If you're looking for a test that does the entire login screen, we usually leave that for e2e tests, which are covered by Maestro. You can see that flow here: https://github.com/infinitered/ignite/blob/master/boilerplate/.maestro/flows/Login.yaml |
Beta Was this translation helpful? Give feedback.
-
Yes, I find this one, as well as maestro, I would like the LoginScreen with jest, react-testing-library, e2e |
Beta Was this translation helpful? Give feedback.
-
I see, that's more of a how-to or usage question, not really an issue. I'm going to move this over to discussions if you don't mind. Also feel free to open an issue over on Ignite Cookbook if you want to request more of a tutorial for such a thing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Ignite is great to quickly deploy an app, but I could't see some deep test with testing-library/react-native and or jest of let's say LoginScreen.tsx, in the meantime, is there somewhere I could find such thing?
Beta Was this translation helpful? Give feedback.
All reactions