Skip to content

fix(reporters)!: blob reporter and --merge-reports default to .vitest/blob/#10232

Merged
AriPerkkio merged 1 commit intovitest-dev:mainfrom
AriPerkkio:fix/blob-default-outputFile
May 4, 2026
Merged

fix(reporters)!: blob reporter and --merge-reports default to .vitest/blob/#10232
AriPerkkio merged 1 commit intovitest-dev:mainfrom
AriPerkkio:fix/blob-default-outputFile

Conversation

@AriPerkkio
Copy link
Copy Markdown
Member

Description

Resolves #10182

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed.
  • Ideally, include a test that fails without this PR but passes with it.
  • Please, don't make changes to pnpm-lock.yaml unless you introduce a new test example.
  • Please check Allow edits by maintainers to make review process faster. Note that this option is not available for repositories that are owned by Github organizations.

Tests

  • Run the tests with pnpm test:ci.

Documentation

  • If you introduce new functionality, document it. You can run documentation with pnpm run docs command.

Changesets

  • Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with feat:, fix:, perf:, docs:, or chore:.

Comment thread docs/guide/improving-performance.md
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 29, 2026

Deploy Preview for vitest-dev ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 19a6320
🔍 Latest deploy log https://app.netlify.com/projects/vitest-dev/deploys/69f83493aa0f900008dde56d
😎 Deploy Preview https://deploy-preview-10232--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 marked this pull request as draft April 29, 2026 19:02
@AriPerkkio AriPerkkio force-pushed the fix/blob-default-outputFile branch from ea2a8bb to c2434e5 Compare April 30, 2026 15:14
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 2, 2026

@vitest/browser

npm i https://pkg.pr.new/@vitest/browser@10232

@vitest/browser-playwright

npm i https://pkg.pr.new/@vitest/browser-playwright@10232

@vitest/browser-preview

npm i https://pkg.pr.new/@vitest/browser-preview@10232

@vitest/browser-webdriverio

npm i https://pkg.pr.new/@vitest/browser-webdriverio@10232

@vitest/coverage-istanbul

npm i https://pkg.pr.new/@vitest/coverage-istanbul@10232

@vitest/coverage-v8

npm i https://pkg.pr.new/@vitest/coverage-v8@10232

@vitest/expect

npm i https://pkg.pr.new/@vitest/expect@10232

@vitest/mocker

npm i https://pkg.pr.new/@vitest/mocker@10232

@vitest/pretty-format

npm i https://pkg.pr.new/@vitest/pretty-format@10232

@vitest/runner

npm i https://pkg.pr.new/@vitest/runner@10232

@vitest/snapshot

npm i https://pkg.pr.new/@vitest/snapshot@10232

@vitest/spy

npm i https://pkg.pr.new/@vitest/spy@10232

@vitest/ui

npm i https://pkg.pr.new/@vitest/ui@10232

@vitest/utils

npm i https://pkg.pr.new/@vitest/utils@10232

vitest

npm i https://pkg.pr.new/vitest@10232

@vitest/web-worker

npm i https://pkg.pr.new/@vitest/web-worker@10232

commit: b0a9459

@AriPerkkio AriPerkkio marked this pull request as ready for review May 2, 2026 08:29
@AriPerkkio AriPerkkio requested review from hi-ogawa and sheremet-va and removed request for hi-ogawa May 2, 2026 08:30
hi-ogawa
hi-ogawa previously approved these changes May 4, 2026
@hi-ogawa
Copy link
Copy Markdown
Collaborator

hi-ogawa commented May 4, 2026

This is going to conflict with #10031. Can mine go first? 🥺

@AriPerkkio AriPerkkio force-pushed the fix/blob-default-outputFile branch 3 times, most recently from c8a37ef to d03f69c Compare May 4, 2026 06:50
@AriPerkkio AriPerkkio force-pushed the fix/blob-default-outputFile branch from d03f69c to b0a9459 Compare May 4, 2026 07:09
@AriPerkkio AriPerkkio merged commit d22b029 into vitest-dev:main May 4, 2026
18 checks passed
@AriPerkkio AriPerkkio deleted the fix/blob-default-outputFile branch May 4, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default blob reporter from .vitest-reports/ to .vitest/blob/

2 participants