Chris Truter
Chris Truter
Various ideas - Run tests with names matching regex only - Run based on predicate against var (ala boot-test, although less useful in cljs) - Rerun only failures (for use...
Since `doo-run-all` can take a regex to limit the namespaces to run, in some cases it may be preferable to defer filtering namespaces to runtime - the holy grail of...
For non-test files, could leverage namespace dependency graph somehow
See https://discuss.circleci.com/t/clojure-test-metadata-collection/128 for a discussion about a lein plugin which achieves this. A boot plugin would be welcome, and then perhaps an option here as sugar to include and activate...
We are not quite there yet, looks like the `cljsjs` package needs to get some dependencies rolled in or added as deps: ``` module.js:339 throw err; ^ Error: Cannot find...
Can the library be made to work in bootstrapped environments? - Browser - Planck ~~Related note, does it work in Node?~~
Having examples deployed, and potentially even some fiddle-style interaction would be a great
There are various kinds of examples that would be useful: 1. Recipes for common usage 2. Integration with popular libraries 3. Small demo applications So far we have some coverage...
When chaining test runners together (eg. unit tests and in-browser scenario tests), it can be more illuminating to get _all_ failures at once, not only those from the first runner...