-
The vitest html test reports are great for local dev, however we'd like to see the reports in CICD. Can this report be served up as a static web page? If I remove the cors/file restrictions on my browser the HTML renders but doesn't appear to actually load the test information (I get a JSON parse error). Or will I have to spin up a web server and copy the assets there to be able to view as desired? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
That should be possible. After running with html reporter https://vitest.dev/guide/reporters.html#html-reporter, it's expected that output directory |
Beta Was this translation helpful? Give feedback.
That should be possible. After running with html reporter https://vitest.dev/guide/reporters.html#html-reporter, it's expected that output directory
html
can be served as spa.