docs: mention file-based attachments are not included in blob report and update CI example#9641
Conversation
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Should they be include it though? |
|
I expected blob report being self-contained (i.e. include attachments) and I think it should. But realized current blob.json format shouldn't probably do that, so worth revising the blob format as zip or something in the future. |
I agree, should we make an issue to track it? |
|
Hmm, I was writing feature request and I realized CI pipeline doesn't need to change if attachments lives inside |
Description
Currently following fails since blob report doesn't include file attachments, but html reporter expects them to exist.
I'm not sure if blob reporter should be self-contained with attachments, but for CI workflow, this can be easily adjusted with extra upload/download-artifact steps, so this PR just updates docs.
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yamlunless you introduce a new test example.Tests
pnpm test:ci.Documentation
pnpm run docscommand.Changesets
feat:,fix:,perf:,docs:, orchore:.