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

Releases: japa/spec-reporter

Update dependencies

07 Feb 12:00

Choose a tag to compare

  • 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

17 Oct 04:47

Choose a tag to compare

Pinned prefix preview

CleanShot 2022-10-17 at 10 19 06@2x

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

18 Sep 15:15

Choose a tag to compare

Updated @japa/base-reporter that includes a fix for displaying errors when no test has been run. This can happen when an error has been thrown in a setup hook.

  • chore: use del-cli instead of del a157461
  • chore: disable lockfile 4c87e2f
  • chore: update dependencies 564f43e

v1.3.0...v1.3.1

Use base reporter

08 Sep 05:47

Choose a tag to compare

  • refactor: use base-reporter 3dfabf3
  • chore: rename tests .bin directory to bin 42fc936
  • chore: remove github health files in favor of central .github repo ab61b57
  • chore: update dependencies a968949

v1.2.0...v1.3.0

Allow customizing the number of stack lines to display

03 Sep 00:25

Choose a tag to compare

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

Update dependencies

02 Apr 04:30

Choose a tag to compare

  • chore: update dependencies ea71a8b

v1.1.11...v1.1.12

Update dependencies

23 Mar 07:19

Choose a tag to compare

  • chore: update dependencies e3a7e5c

v1.1.10...v1.1.11

Fix for 1.1.9

05 Mar 05:09

Choose a tag to compare

  • fix: handle case where payload.title is a string 9290870

v1.1.9...v1.1.10

Update dependencies

05 Mar 05:01

Choose a tag to compare

  • chore: update dependencies 16a1a77

v1.1.8...v1.1.9

Defer printing the group title until the first test

04 Mar 11:05

Choose a tag to compare

  • refactor: defer printing group title until first test 264a7a7
  • chore: update dependencies 9bff1d8

v1.1.7...v1.1.8