Fork me on GitHub
#kaocha
<
2020-08-26
>
plexus12:08:22

Funnel 0.1.42 is out, for real this time. Adds --daemonize and a bunch of other options and flags, and drops the built-in certificate in favor of having you generate one yourself with bhauman/certifiable (if you need ssl) https://github.com/lambdaisland/funnel/releases/tag/v0.1.42

plexus14:08:14

small release of Kaocha, making its filtering a little smarter. If you run only a single test suite then it will skip the loading of the other test suites

plexus14:08:23

Normally filtering only happens after everything is loaded, because kaocha needs to know the testable-id of everything to be able to properly apply it, but it does know the ids of the test suites beforehand, so this adds an earlier filtering pass where if anything is focused or skipped on the test suite level it already filters that out