Fork me on GitHub
#kaocha
<
2019-10-24
>
plexus12:10:55

@danie great job! really cool 🎉

plexus12:10:11

this bit doesn't look right: https://gist.github.com/danieroux/7410caba8ad39873e97c982913432424#file-transcriptor-clj-L35-L37 you're deriving all nested testables from your top level test suite, instead create new testables with the information they need. In particular each testable should have a unique :kaocha.testable/id, right now all your testables have the same id

plexus12:10:34

this way you can also set :kaocha.testable/desc, which will be picked up by the documentation reporter

plexus12:10:28

note that kaocha.type/* is reserved for built-in types, I should document that better. You can use any namespace, e.g. something based on your github id

plexus12:10:49

let me know if you need help getting this released to clojars

danieroux17:10:30

In which :kaocha/reporter can I see :koacha.result/out and the possible :koacha.result/err?