kaocha icon indicating copy to clipboard operation
kaocha copied to clipboard

Run tests of kaocha plugins within main kaocha CI

Open plexus opened this issue 3 years ago • 1 comments

Kaocha provides an API to plugins and test types, we should make sure we don't break that interface/contract. Currently we only notice when touching the plugin code, since they live in separate repos. We should run the tests of these plugins within Kaocha's CI run, so we notice any breaking changes.

plexus avatar Jul 26 '22 18:07 plexus

@plexus I think this is covered by #413, although it doesn't test kaocha-cljs or kaocha-cljs2 because running multiple ClojureScript test suites seems like it would be too flaky.

alysbrooks avatar May 19 '23 19:05 alysbrooks