A Brooks
A Brooks
Quick addition to document that we aren't making guarantees about the order of keys in `--print-config`.
In #29, @ devurandom suggested a more Kaocha-friendly alternative to `test-ns-hook`: > Could this also be achieved through a hook that receives the deftest symbols in the namespace and returns...
There's duplicated config logic across `kaocha.runner` and `kaocha.watch`. In addition to simplifying maintenance, this change would: * Avoid future issues where configuration loading diverges in `kaocha.runner` and `kaocha.watch`, like #310....
In my experience, tests using `kaocha-cljs` sometimes fail because it can't connect successfully to the ClojureScript client. This is particularly problematic on CI, as it causes PR test runs to...
Start of fixes to allow kaocha-cljs tests to work correctly on Windows: - [ ] Fix remaining tests (will fill in when I'm on Windows) - [ ] Add Windows...
Running the test suite on Java 9 used to fail until I manually specified the Serial GC, which can have higher throughput at the cost of more latency, (see #31)....
Increasing the test-suite find some errors we didn't already, so the threshold should be raised, at least sometimes. I still need to decide whether to fix the failing tests or...
Most of the syntax we don't support is pretty rare (especially once lazy qualifiers are added), but it would be nice to document what we don't support. I think we...
I don't think people realize you can do this, particularly people like me who are unfamiliar with Gherkin syntax due to never having used the original Ruby version of Cucumber.
Given the name maybe-connect-emacs, warning when emacsclient can't be found seems like the correct behavior. Fixes #5.