9d78f63e565850b7e94ebc023e5b5bbe1de937a1
vue/primitives runs vitest in browser mode (instances: chromium), so 'pnpm test' launches Playwright Chromium — which the CI runner doesn't have, failing the run after all 3320 tests pass. Add 'playwright install --with-deps chromium' before the test step in both CI and publish workflows.
Description
Languages
TypeScript
66.3%
Vue
33.6%