We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb41cf commit db2401cCopy full SHA for db2401c
.github/workflows/ci.yml
@@ -173,6 +173,6 @@ jobs:
173
- name: Cypress component testing for projects without Vitest
174
working-directory: ./playground
175
if: ${{ contains(matrix.e2e-framework, 'cypress') }}
176
- run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit
+ run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit --browser chrome
177
178
# FIXME: `--with-tests` folders. It's failing now.
0 commit comments