v1.2.0
Feature
- stacktrace:
displayStacktraceoption has now 4 modes available:- all: display stacktraces for failed specs and in failures summary.
- specs: display stacktraces for failed specs only.
- summary: display stacktraces in failures summary only.
- none: do not display stacktraces.
- processor: add
displayJasmineStartedhook
Breaking change
displayStacktrace: true is not working anymore. You will have to choose the displayStacktrace mode that suits you best.
Other
- Bump colors versions
- Rework documentation