From: Haoqun Jiang Date: Tue, 21 Jan 2025 09:12:02 +0000 (+0800) Subject: ci: use chrome for cypress-ct test in CI X-Git-Tag: v3.14.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db2401cec4e5b03c96258caf515fa83191a7b1b5;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: use chrome for cypress-ct test in CI There seems to be an electron-only issue with too many component tests. https://github.com/cypress-io/cypress/issues/22208 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92a01cbe..a0138e22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.