kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
plexus 2020-03-26T10:05:36.026200Z

Important new entry in the README

👏 3
2020-03-26T20:39:52.027500Z

so I've got a suite of acceptance tests, that are agnostic to which of the various backends is in use.

2020-03-26T20:40:23.028200Z

I wanted to use :bindings to set a value differently for each suite

2020-03-26T20:41:19.029200Z

but that's top-level, it seems, and can't be set per-suite. I'm currently falling back to using command line parameters passed by my deps.edn commands. that's a long way from ideal, though, so I'm open to suggestions for other ways to run a suite of tests while setting a different option.