This repository was archived by the owner on Sep 25, 2023. It is now read-only.
Releases: japa/spec-reporter
Releases · japa/spec-reporter
Update dependencies
- docs(README): fix badge url for github workflow 669ae4b
- refactor: restructure files and folders 0602d57
- chore: update dependencies 6f00e94
Full Changelog: v1.3.2...v1.3.3
Add Pinned label text to pinned tests
Pinned prefix preview
Commits
- feat: add PINNED prefix to pinned tests ff3ab61
- chore: update dependencies 233d5af
- chore: update dependencies 6ab259f
- chore(package): update dependencies 8b018c2
Full Changelog: v1.3.1...v1.3.2
Update dependencies
Use base reporter
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
Update dependencies
- chore: update dependencies ea71a8b
Update dependencies
- chore: update dependencies e3a7e5c
Fix for 1.1.9
- fix: handle case where payload.title is a string 9290870
Update dependencies
- chore: update dependencies 16a1a77
