polylith-kaocha icon indicating copy to clipboard operation
polylith-kaocha copied to clipboard

Kaocha-based test runner for Polylith

Results 3 polylith-kaocha issues
Sort by recently updated
recently updated
newest added

When I use Kaocha with a deps.edn: ``` {:deps {} :aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.80.1274"}} :main-opts ["-m" "kaocha.runner"]}}} ``` Compile errors and failing test locatoins are reported correctly: ```...

I think it's quite important to be able to pass cli apps to kaocha. Kaocha options can be added to config for more stable options. Some options I care about:...

Implement support that's newly added in https://github.com/polyfy/polylith/pull/231