About integration testing

Hi everyone,

I am doing a project with Expo.
I am just unit testing with Jest. This is fine.
But I want to know if integration testing is possible with Expo.
I found ‘detox’, ‘cavy’, etc… for integration testing with React Native.
But I cannot find any reads and tools about Expo integration testing.
This question might be stupid. But I want to know if someone had experience with integration testing.
Please share your experience or advise me for integration testing.

Thanks,
James

2 Likes

One approach to integration testing is to make a test project that imports your entire main project and then calls methods on your components. There’s currently no way to tap the screen at certain coordinates, though.