vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
740 stars 83 forks source link

test: fix e2e + add ecosystem-ci test script #311

Closed hi-ogawa closed 5 months ago

hi-ogawa commented 5 months ago

I moved a wrapper script for ecosyste-ci to this repo, so that we can update the script easily. See https://github.com/vitest-dev/vitest-ecosystem-ci/pull/13

This also incorporate changes from https://github.com/vitest-dev/vscode/pull/310 to make e2e less flaky.

For now, I kept dedicated lockfiles for each samples, but later maybe we can simplify it by making them inside pnpm workspace at least the ones used by e2e.