etaoin

metametadata 2017-10-28T14:53:09.000008Z

@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.

metametadata 2017-10-28T14:57:26.000090Z

in order to catch all test fails you'd need to re-bind clojure.test/report

metametadata 2017-10-28T14:58:34.000031Z

or maybe globally add a custom redefinition of method: (defmethod report :fail ...