Anyone have any experiences of E2E testing of a cljsrn app? e.g. Detox
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.
We build cljs app with shadow-cljs, then build ios app and install it into simulator using fastlane, and then run detox test
how detox testing cljsrn app is different from JS RN app?