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
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
- @Julien-R44 made their first contribution in #1
Full Changelog: v1.1.12...v1.2.0