Hello stack overflow community,
In our one of the projects, we are using react-native and react-native-web to deliver consistent UI across web and mobile and ease of sharing the business logic.
We are looking for any testing framework that can allow us to test both website and mobile app created using our current implementation.
I have checked multiple resources on the internet but wasn’t able to find one.
E2E testing frameworks like cypress, playwright are suitable for web browsers but does not support native mobile app testing as per their official documentation.
Similarly native E2E testing frameworks like detox and appium doesn’t look like to support testing on web browsers.
Please let me know if any framework exists which can support this cross platform E2E testing.
OR maybe somehow we can share and reuse test setup across two different E2E testing frameworks.