Description
Vitest UI provides a dashboard for running and visualizing tests using browser mode.


Context
In several occasion (e.g. #8999 and #10000) it's required to test DOM/rendered elements for unit tests, which is currently not feasible with Jest nor Jest-dom.
Note: This is part of the effort to extend tests capabilities:
Description
Vitest UI provides a dashboard for running and visualizing tests using browser mode.
Context
In several occasion (e.g. #8999 and #10000) it's required to test DOM/rendered elements for unit tests, which is currently not feasible with Jest nor Jest-dom.
Note: This is part of the effort to extend tests capabilities: