vitest icon indicating copy to clipboard operation
vitest copied to clipboard

HTML reporter

Open flunderpero opened this issue 3 years ago • 1 comments

Clear and concise description of the problem

@vitest/ui already creates a beautiful and very useful HTML report. We would like to have something similar created in our CI.

Suggested solution

Make @vitest/ui also a regular reporter.

Alternative

We can always convert the Junit output to HTML, but the UI of @vitest/ui is so much better.

Additional context

No response

Validations

flunderpero avatar Jul 25 '22 11:07 flunderpero

Sounds like a good idea. To make it possible, it might require some bug refactoring to UI to allow reading from static data instead of the WebSocket RPC. PR welcome if anyone wants to work on that.

antfu avatar Aug 29 '22 00:08 antfu