Skip to content

Commit bce373b

Browse files
fix(ci): ensure CRA app is ready before running Cypress tests
1 parent ceacdf3 commit bce373b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Run integration test (CRA)
7878
run: |
79-
npm wait-on http://127.0.0.1:3000
79+
npx wait-on http://127.0.0.1:3000
8080
npx cypress run --spec 'cypress/e2e/smoke.cy.ts' --browser chrome --headless
8181
env:
8282
CI: true

0 commit comments

Comments
 (0)