Duke Leto
Duke Leto
If repo A depends on the latest commit from repo B, tests will fail, because, by default, each test suite run only knows what is in PERL5LIB. If git repos...
Some tests take a really long time, and it is useful to look at the test output before it finishes. We should link to the test output with a link...
I recently ran into an issue where my custom "builder" script ran into an infinite wait loop, and basically clogged Jitterbug, making it wait forever. Jitterbug should be smarter than...
capsule.sh being in shell is blocking certain features, because capsule.sh does not know how to load our YAML config file.
We need to have versions of config files, so we can change the config file format and migrate people.
Supporting the most common Node.js way of running tests would be nice. Who else?
Currently we always link directly to the full output. A better solution would be to show a preview in a div and have a link to the full output. The...