Fork me on GitHub
#cljfx
<
2021-04-13
>
thom16:04:53

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

vlaaad16:04:31

What is ui testing

thom16:04:16

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.