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 fd44c97 commit 23a03e6Copy full SHA for 23a03e6
.github/workflows/integration.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Run integration test (CRA)
61
run: |
62
- npx start-server-and-test start:api 3001 start:cra http-get://127.0.0.1:3000 "npm run cypress:run -- --browser chrome --headless"
+ npx start-server-and-test start:api 3001 start:cra http-get://127.0.0.1:3000 "npm run cypress:run -- --browser chrome --headless --config baseUrl=http://localhost:3000"
63
env:
64
CI: true
65
0 commit comments