There seems to be an electron-only issue with too many component tests.
https://github.com/cypress-io/cypress/issues/22208
- name: Cypress component testing for projects without Vitest
working-directory: ./playground
if: ${{ contains(matrix.e2e-framework, 'cypress') }}
- run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit
+ run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit --browser chrome
# FIXME: `--with-tests` folders. It's failing now.