React Native Testing with a single code base

59 Views Asked by At

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

0

There are 0 best solutions below