Relative Content

Tag Archive for vitest

Vitest browser mode not showing anything

I downloaded @vitest/browser and set it up for webdriverio. I can get my test to run in the browser and it shows whether they passed or failed but it doesn’t actually show the component I’ve rendered!

How test a file drag-and-drop using Vitest?

I’m trying to test a drag-and-drop of a file into a Vue component and right now I’m using Vitest but all the resources on drag-and-drop I found were only for using Jest to achieve that so: