If we have a single codebase for react-native-web and mobile apps (Android and iOS) how should we handle the e2e tests. Is it possible to handle the tests also using a single code base ?
I saw that we can do this with WebdriverIO and CodeceptJS both.
But most of the time seems its handled with 3 different tests. Normally Cypress for handle web part, and appium / detox to handle the mobile part
Is there anyone who done this practically in there projects. Can you point me in the correct direction to find the best tool or the approach