cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
2020-09-10T11:09:13.029600Z

Anyone have any experiences of E2E testing of a cljsrn app? e.g. Detox

frankitox 2020-09-11T14:56:31.030100Z

I just started using appium to do some tests on Android emulator devices. Found two abandoned Clojure appium related libraries, but decided to just write the java interop code myself.

dima 2020-09-14T17:49:08.030400Z

We build cljs app with shadow-cljs, then build ios app and install it into simulator using fastlane, and then run detox test

dima 2020-09-10T18:27:16.029700Z

how detox testing cljsrn app is different from JS RN app?