Skip to content

v1.2.0

Choose a tag to compare

@bcaudan bcaudan released this 28 Jun 15:33
· 758 commits to master since this release

Feature

  • stacktrace: displayStacktrace option 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 displayJasmineStarted hook

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