vscode icon indicating copy to clipboard operation
vscode copied to clipboard

continuous mode doesn't work for individual tests if there is a playwright plugin

Open sheremet-va opened this issue 1 year ago • 1 comments

Describe the bug

The global button works correctly, but when watching files in the "Vitest" test tree nothing happens (the event is not triggered when the button is clicked, but regular tests work fine)

Reproduction

https://github.com/vitest-dev/vitest/tree/main/examples/basic

Output

no output when "continues run" is clicked

Version

v1.6.6

Validations

sheremet-va avatar Nov 13 '24 18:11 sheremet-va

Looks like the issue is still there. Disabling the playwright plugin fixes the issue.

usersaurus avatar Mar 26 '25 12:03 usersaurus