Skip to content

docs: add blog post for Vitest 5 - #11076

Open
sheremet-va wants to merge 4 commits into
mainfrom
docs/blog-vitest-5
Open

docs: add blog post for Vitest 5#11076
sheremet-va wants to merge 4 commits into
mainfrom
docs/blog-vitest-5

Conversation

@sheremet-va

Copy link
Copy Markdown
Member

The date is TBD, just picked a Friday for fun 👀

@netlify

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit d98d83a
🔍 Latest deploy log https://app.netlify.com/projects/vitest-dev/deploys/6a92841f07b05d00085188a7
😎 Deploy Preview https://deploy-preview-11076--vitest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@AriPerkkio AriPerkkio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good so far.

Comment thread docs/blog/vitest-5.md

## Reporters Updates

Reporters and other integrations now write their output into a single `.vitest` directory at the project root: the `html`, `json`, and `junit` reporters, failure screenshots, and new traces all use it by default. This reduces the number of entries you need to add to `.gitignore` to one.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it would make sense to mention attachmentsDir too since it changed its default value to .vitest/attachments?

Suggested change
Reporters and other integrations now write their output into a single `.vitest` directory at the project root: the `html`, `json`, and `junit` reporters, failure screenshots, and new traces all use it by default. This reduces the number of entries you need to add to `.gitignore` to one.
Reporters and other integrations now write their output into a single `.vitest` directory at the project root: the `html`, `json`, and `junit` reporters, `attachmentsDir`, failure screenshots, and new traces all use it by default. This reduces the number of entries you need to add to `.gitignore` to one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants