Pustinyak
Pustinyak
The issue here is actually fixed and the "Test result not found" error comes from wrong configuration. This extension depends on the watch function of vitest. We aren't supposed to...
Hey @xieyuheng, I should've mentioned that my solution is better suited for monorepo. I see in your `cicada-next` repo you have the latest version, so does it work for you...
Duplicate of #13
Probably related to #13, but with my example it'll work fine until monorepo is supported. If you have a monorepo, the command should be started with the help of your...
Windows limitation - https://stackoverflow.com/questions/29354602/powershell-error-the-command-line-is-too-long
Are you sure the internal API connection is started? This may happen with wrong configuration when the `--api` argument doesn't attach to `vitest` but to another command. Go to the...
@noobcode73 thanks man, it works