Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db2401c

Browse filesBrowse files
committed
ci: use chrome for cypress-ct test in CI
There seems to be an electron-only issue with too many component tests. cypress-io/cypress#22208
1 parent ecb41cf commit db2401c
Copy full SHA for db2401c

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@ jobs:
173173
- name: Cypress component testing for projects without Vitest
174174
working-directory: ./playground
175175
if: ${{ contains(matrix.e2e-framework, 'cypress') }}
176-
run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit
176+
run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit --browser chrome
177177

178178
# FIXME: `--with-tests` folders. It's failing now.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.