- Bail mode to early exit the tests runner in case of an error.
- Github reporter to report errors as Github annotations.
japa.dev/docs/introdu...
- Bail mode to early exit the tests runner in case of an error.
- Github reporter to report errors as Github annotations.
japa.dev/docs/introdu...
Here's an excerpt for the same. But do check the README for complete example:
github.com/poppinss/you...
Here's an excerpt for the same. But do check the README for complete example:
github.com/poppinss/you...
Youch is an error parsing library to pretty print JavaScript errors on a web-page and the terminal
Give it a try if you are a framework author/user and want to properly view errors during development
Repo: github.com/poppinss/youch
Youch is an error parsing library to pretty print JavaScript errors on a web-page and the terminal
Give it a try if you are a framework author/user and want to properly view errors during development
Repo: github.com/poppinss/youch
In the raw mode, you will be able to inspect all the Error properties (not just the stack).
This could be helpful for Errors thrown by HTTP clients that usually contains a lot more information within the Error object.
In the raw mode, you will be able to inspect all the Error properties (not just the stack).
This could be helpful for Errors thrown by HTTP clients that usually contains a lot more information within the Error object.
Or the raw output. The raw output can be great to view additional properties on the Error, other than the stack.
Or the raw output. The raw output can be great to view additional properties on the Error, other than the stack.
Now have to do some polishing, write docs, and publish a new release.
Now have to do some polishing, write docs, and publish a new release.
PS: Youch is a Node.js library to pretty print errors in the browser and the terminal.
PS: Youch is a Node.js library to pretty print errors in the browser and the terminal.