samedhi / firemore

Firebase + Clojure -> Firemore
https://firemore.org/
MIT License
19 stars 4 forks source link

Standard test runner #16

Open dijonkitchen opened 4 years ago

dijonkitchen commented 4 years ago

This might help: https://github.com/lambdaisland/kaocha

samedhi commented 4 years ago

That looks neat. My current testing leaves much to be desired. I can still only run test "in the browser" partially due to the need for websocket connections (firestore) as well indexDb (authentication, I think). I have no CLI reporting of the test result. This is pretty lame.