Skip to content

Commit 17798da

Browse files
committed
docs: tweak
1 parent 3d0534a commit 17798da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guide/reporters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,8 @@ All blob reports can be merged into any report by using `--merge-reports` comman
592592
npx vitest --merge-reports=reports --reporter=json --reporter=default
593593
```
594594

595-
If your tests create file-based attachments, also preserve and restore [`attachmentsDir`](/config/attachmentsdir) alongside blob reports in CI.
595+
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.
596597

597598
::: tip
598599
Both `--reporter=blob` and `--merge-reports` do not work in watch mode.

0 commit comments

Comments
 (0)