Docs: Reporter Guide
Clear and concise description of the problem
See https://github.com/vitest-dev/vitest/blob/main/packages/vitest/src/types/reporter.ts
Suggested solution
A new guide
Alternative
No response
Additional context
No response
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guidelines.
- [X] Read the docs.
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Will take a look 👍
Got sidetracked (with #429), so free to be picked up as we've now got the tap reporter as well 🚀
https://github.com/tapjs/tap-mocha-reporter - Formats a TAP stream using Mocha's set of reporters
I am not so sure we should document the reporter API, as average users won't touch that. I would think a Reporters Guide is more useful than the API docs (as TS already served as a good docs for developers)
I am not so sure we should document the reporter API, as average users won't touch that. I would think a Reporters Guide is more useful than the API docs (as TS already served as a good docs for developers)
Yeah I agree, I believe the issue is about making a "guide" covering basic usage (like we have for mocking).
If we were to add additional information describing the API we would add to the current section in "config" I would assume.