Fork me on GitHub
#etaoin
<
2020-10-05
>
Stefan09:10:36

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!

borkdude09:10:35

@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...

Stefan09:10:10

Thanks for that link, that sounds very interesting!

mauricio.szabo13:10:47

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