cljfx

https://github.com/cljfx/cljfx
thom 2021-04-13T16:29:53.076100Z

Anyone got any opinions about UI testing on cljfx apps? Has anyone wrapped TestFX nicely in Clojure at all?

vlaaad 2021-04-13T16:36:31.076200Z

What is ui testing

thom 2021-04-13T16:59:16.077700Z

I'd like to be able to write functional tests that drive the interface of an app, filling out text boxes and clicking buttons, then making assertions on the state of the UI. The kind of stuff that https://github.com/TestFX/TestFX enables. I was just wondering if anyone had experience of this in Clojure, or if there was some canonical way to go about this in cljfx.