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 d3e7259 commit ceacdf3Copy full SHA for ceacdf3
.github/workflows/integration.yml
@@ -76,9 +76,8 @@ jobs:
76
77
- name: Run integration test (CRA)
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
+ npm wait-on http://127.0.0.1:3000
+ npx cypress run --spec 'cypress/e2e/smoke.cy.ts' --browser chrome --headless
82
env:
83
CI: true
84
0 commit comments