Currently, I have Intellij + Cursive setup for Clojure development. I have my tests written using expectations library
https://github.com/clojure-expectations/expectations
With this setup, the debug process that I follow is putting logs and then running the whole tests. Is there a way to put breakpoints in IDE, and debug the tests? Cursive seems to be only supporting clojure.test currently.
Does anyone have any suggestions on IDE setup or debugging process for clojure expectations ?