Skip to content

Releases: japa/runner

Fix issues with the sync reporter

18 Oct 12:37
Compare
Choose a tag to compare
  • chore: update dependencies a7317d0
  • fix: sync reporter to throw suite errors 7d57c81

Full Changelog: v3.0.2...v3.0.3

Bug fix in retry failed tests plugin

16 Oct 05:54
Compare
Choose a tag to compare
  • fix(retryPlugin): handle exceptions and run tests as normal 267daaf
  • chore: update dependencies 31b5051

Full Changelog: v3.0.1...v3.0.2

Fix: Run test cleanup hooks in reverse order

09 Oct 07:58
Compare
Choose a tag to compare
  • chore: update dependencies a4bc931

Full Changelog: v3.0.0...v3.0.1

Major release under latest tag

07 Oct 04:55
Compare
Choose a tag to compare

Check for pre-releases to learn about the changes between Japa@2 and Japa@3

Commits

  • refactor: rename --reporter flag to --reporters b18350a
  • chore: publish under latest tag 41114a9
  • chore: update dependencies fc38ab3
  • chore: cherry pick files to publish 43740d9

Full Changelog: v2.5.1...v3.0.0

Remove code bundling

25 Sep 11:57
Compare
Choose a tag to compare
Remove code bundling Pre-release
Pre-release
  • chore: do not bundle code as it makes module augmentation impossible de6e291

Full Changelog: v3.0.0-8...v3.0.0-9

Use Tsup for bundling

25 Sep 05:23
Compare
Choose a tag to compare
Use Tsup for bundling Pre-release
Pre-release
  • chore: use tsup for bundling 0d5962b
  • test: wrap assertions e4da0f0
  • refactor: improve test factory 239a5dd
  • feat: add factory.runTest to run an inline test 9dce0e9
  • chore: fix env var for enabling debug logs 5a24058
  • chore: update dependencies c6af7d7

Full Changelog: v3.0.0-7...v3.0.0-8

Update dependencies

15 Sep 07:10
Compare
Choose a tag to compare
Update dependencies Pre-release
Pre-release
  • chore: update @japa/core ec13d87
  • chore: pin swc/core as the latest release breaks d925017
  • style: fix lint issue 3b146b7
  • chore: update tooling config ad564f6

Full Changelog: v3.0.0-6...v3.0.0-7

Fix ndjson error serialization

11 Jul 09:56
Compare
Choose a tag to compare
Pre-release

Commits

  • chore: add test with standard error in RunnerFactory 467fa27
  • fix: error serialization in ndjson reporter dc347f9

v3.0.0-5...v3.0.0-6

Changes to reporters and renaming retry flag to failed

08 Jul 06:43
Compare
Choose a tag to compare
  • refactor: rename --retry flag to --failed flag 637426a
  • refactor: make normalized config types more strict c991097
  • refactor: do not overwrite default reporters.list unless an explicit list is provided d6193ff
  • chore: update dependencies 056eb55

Full Changelog: v3.0.0-4...v3.0.0-5

Register all reporters by default

07 Jul 23:09
Compare
Choose a tag to compare
Pre-release

Changes

  • If the configuration of reporters is not specified on the user side, then by default we register all japa built-in reporters ( ndjson, dot, and spec ). This way you can quickly switch to another reporter, and it will be particularly useful for the Vscode extension which uses the ndjson reporter for integration in vscode's test explorer.

Commits

  • chore: update clean script 558d1e7
  • feat: ndjson and dot reporters are now registered in default config 7e64566
  • chore: lint package.json 7718d81
  • chore: update dependencies f7735aa

v3.0.0-3...v3.0.0-4