Releases: japa/runner
Releases Β· japa/runner
Fix issues with the sync reporter
Full Changelog: v3.0.2...v3.0.3
Bug fix in retry failed tests plugin
- 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
- chore: update dependencies a4bc931
Full Changelog: v3.0.0...v3.0.1
Major release under latest tag
Check for pre-releases to learn about the changes between Japa@2 and Japa@3
- https://github.com/japa/runner/releases/tag/v3.0.0-0
- https://github.com/japa/runner/releases/tag/v3.0.0-2
- https://github.com/japa/runner/releases/tag/v3.0.0-4
- https://github.com/japa/runner/releases/tag/v3.0.0-5
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
- 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
Update dependencies
- 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
Changes to reporters and renaming retry flag to failed
- 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
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
, andspec
). This way you can quickly switch to another reporter, and it will be particularly useful for the Vscode extension which uses thendjson
reporter for integration in vscode's test explorer.