We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0534a commit 17798daCopy full SHA for 17798da
docs/guide/reporters.md
@@ -592,7 +592,8 @@ All blob reports can be merged into any report by using `--merge-reports` comman
592
npx vitest --merge-reports=reports --reporter=json --reporter=default
593
```
594
595
-If your tests create file-based attachments, also preserve and restore [`attachmentsDir`](/config/attachmentsdir) alongside blob reports in CI.
+Blob reporter output doesn't include file-based [attachments](/api/advanced/artifacts.html#testattachment).
596
+Make sure to merge [`attachmentsDir`](/config/attachmentsdir) separately alongside blob reports on CI when using this feature.
597
598
::: tip
599
Both `--reporter=blob` and `--merge-reports` do not work in watch mode.
0 commit comments