Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

Allow customizing the number of stack lines to display

Choose a tag to compare

@thetutlage thetutlage released this 03 Sep 00:25
· 18 commits to develop since this release

This release allows you to customise the number of stack trace frames to show when a test fails. By default 5 frames are shown. However, you can change them as follows.

configure({
  reporters: [specReporter({ stackLinesCount: 2 })]
})

Commits

  • chore: update dependencies 9c0a443
  • chore: update dependencies 74f6763
  • feat: Allow customization of the number of stack lines (#1) e2677a6

What's Changed

  • feat: Allow customization of the number of stack lines by @Julien-R44 in #1

New Contributors

Full Changelog: v1.1.12...v1.2.0