Skip to content

Commit d3e7259

Browse files
fix(ci): add Chrome flags to stablize Cypress in GitHub Actions
1 parent 88d190d commit d3e7259

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ jobs:
7575
done
7676
7777
- name: Run integration test (CRA)
78-
run: npm run cypress:run -- --browser chrome --headless
78+
run: |
79+
npx cypress run --spec 'cypress/e2e/smoke.cy.ts' \
80+
--browser chrome --headless \
81+
--no-sandbox --disable-gpu --disable-dev-shm-usage
7982
env:
8083
CI: true
8184

0 commit comments

Comments
 (0)