v2.0.0
The major change in v2.0.0 is the restructuring of the code and its methods. The aim has been to make it easier to extend and easier understood.
An option to run the plugin via Jest's reporters
option has also been added as an alternative usage method. This should handle the cases where Jest is run with --forceExit
and unexpectedly no report is generated. It will also open up for further improvements of the plugin in the future. Thanks to joey-he8x for proposing this idea.
New Features:
- Added the possibility to run the plugin via Jest's
reporters
option. - Added a
executionMode
option to enable running as a custom reporter - Added a
logo
configuration option - Added a header tag in test report output
- Better display of failure messages (including snapshot diffs) - thanks to tkrugg
- Updated documentation
Bug Fixes:
- Handling of issue where no report is generated when running Jest together with
--forceExit
- Improved test cases
- Environment variables now take precedence over JSON configurations