@cjsauer I recall with-postmortem
worked only when it catches the exception. So that if (is
fails nothing will be screenshotted because (f)
doesn't raise an exception in such case.
in order to catch all test fails you'd need to re-bind clojure.test/report
or maybe globally add a custom redefinition of method: (defmethod report :fail ...