- Add support for CIDER test reporting.
- Supply a default test selector if it is missing from config.
- Suppress noisy generative testing debug output.
- Add support for Cloverage; use
--runner circleci.test
. - Report on Exceptions thrown from fixtures.
- Skip running a namespace's fixtures when no tests are run.
- Fix a bug where unknown selectors would be silently ignored.
- Fix a bug where retest would not retest errors, only failures.
- Add retest support.
- Allow JUnit test reporter to be configured.
- Better consistency for when to apply selectors.
- Add global fixtures.
- Initial public release.