]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: use chrome for cypress-ct test in CI
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 21 Jan 2025 09:12:02 +0000 (17:12 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 21 Jan 2025 09:12:02 +0000 (17:12 +0800)
There seems to be an electron-only issue with too many component tests.
https://github.com/cypress-io/cypress/issues/22208

.github/workflows/ci.yml

index 92a01cbea5b170fcf4587533608705f9a7562ba3..a0138e22388c5e0f4a13695bc26ea9f3876dacce 100644 (file)
@@ -173,6 +173,6 @@ jobs:
       - 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.