kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
richiardiandrea 2021-05-17T18:23:31.096800Z

Hi there, is there a way to identify a compilation issue from the test-plan map? I see the test suits are skipped but I also want to skip when there are errors...

plexus 2021-05-22T04:15:55.005900Z

Yes, there should be a :kaocha.testable/load-error on the ns testable

richiardiandrea 2021-05-25T16:36:13.007400Z

Thank you I will try that out!