Hi! I’m not sure if there’s anyone here, but let’s see 🙂 My question is: can I use Etaoin for testing CLJS/ReactNative apps automatically? Thanks!
@stefan.van.den.oord Hmm. Etaoin uses the webdriver protocol and I do see there's a library that can test React Native apps using that protocol here: https://itnext.io/test-automation-in-react-native-ac9ac2330ab9 So maybe it works if you point etaoin to that webdriver instance...
Thanks for that link, that sounds very interesting!
BTW, I once used Appium to test a react native app, but it was slow... Really, really, slow. Don't know if it became better, but I suggest that you only test the happy path and cover other cases with other tests