-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(reporters): summary
option for verbose
and default
reporters
#6893
feat(reporters): summary
option for verbose
and default
reporters
#6893
Conversation
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
This comment was marked as outdated.
This comment was marked as outdated.
5629c8f
to
9f5803e
Compare
0e315ff
to
77e34b2
Compare
Merged PR that affects the output: #6805 (it now prints a |
b7a381c
to
db6ec84
Compare
db6ec84
to
4509988
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested in a few projects and it looks so good 👏
33775b4
to
a49a11b
Compare
a49a11b
to
0592f39
Compare
Description
stdout
andstderr
to main thread tinylibs/tinypool#104Adds new
summary: boolean
option forverbose
anddefault
reporters. This option enables test summary that is shown below test results. This option is enabled by default. I would not consider this as breaking change, rather as bug fix for issues linked above.Running Vitest's
test/core
tests - left one ismain
, right one is this PR:vitest-reporter-before-and-after.webm
Most of the changes are related to
listRenderer.ts
removal. This is replaced withwindowedRenderer.ts
. After this PR we should do similar changes fordotRenderer
andtableRenderer
, and remove wholelog-update
from Vitest core.Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yaml
unless you introduce a new test example.Tests
pnpm test:ci
.Documentation
pnpm run docs
command.Changesets
feat:
,fix:
,perf:
,docs:
, orchore:
.