etaoin

Stefan 2020-10-05T09:42:36.000900Z

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!

borkdude 2020-10-05T09:47:35.001800Z

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

Stefan 2020-10-05T09:49:10.002200Z

Thanks for that link, that sounds very interesting!

mauricio.szabo 2020-10-05T13:58:47.004300Z

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