Initial Release
Features
- Created generic reporter API
- New spec and dot reporter
- Expose chai directly to allow chai.use
var painless = require('painless');
var chai = painless.chai;
--include,-i
to include additional files- Updated
variable-diff
for better looking diffs
Changes
- New dot reporter is default. Use
-r=spec
to keep using spec
Deprecation
--tap,-t
will be removed in the next version
Breaking
- None
- Updated coloring for spec reporter times
- Added
none
reporter. Useful for code coverage reports
- Updated spec reporter to show group names
Features
- Browser support and karma support with
karma-painless
Bugs
- Fixed bugs with beforeEach and afterEach
- Fixed bug with 0.10 Node not having Promise
- Fixed bug where afterEach was not executed on test failure
- Fixed vulnerable dev dependencies (Does not affect dependents)