docs: add tip for using HTML reporter on CI#10023
docs: add tip for using HTML reporter on CI#10023hi-ogawa wants to merge 12 commits intovitest-dev:mainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ipview Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
…term Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This reverts commit 9bc267c.
docs/guide/ui.md
Outdated
| path: html/ | ||
|
|
||
| - name: Report summary | ||
| run: echo "[View HTML report on Zipview](https://zipview.hiro18181.workers.dev/?url=${{ steps.upload-report.outputs.artifact-url }})" >> $GITHUB_STEP_SUMMARY |
There was a problem hiding this comment.
Shouldn't we host it in our docs? zipview.vitest.dev
There was a problem hiding this comment.
It maybe simpler to use https://vitest.dev/zipview. Let me test a bit.
There was a problem hiding this comment.
No, I think it should be published and hosted by us, not the external website. Just redirecting it doesn't solve the issue
It should be under our domain is the point I am making
There was a problem hiding this comment.
cf79c50 This isn't 30x redirection though. It's served directly on https://deploy-preview-10023--vitest-dev.netlify.app/zipview/
Anyways, I can move it to vitest netlify account and also repo https://github.com/hi-ogawa/zipview to under https://github.com/vitest-dev
What do we need to do for these?
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nto docs/zipview-ci-report-viewer
Description
I added a general CI usage of HTML reports as example, then did a small mention of https://zipview.hiro18181.workers.dev/ We could tweak zipview and host under vitest.dev domain, but not sure if it can improve the experience in a meaningful way.EDIT: Now the code lives in https://github.com/vitest-dev/viewer and available in https://viewer.vitest.dev/
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:.