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 6db436f commit fff868aCopy full SHA for fff868a
.circleci/config.yml
@@ -61,10 +61,14 @@ jobs:
61
working_directory: browser-app
62
command: yarn start
63
background: true
64
+ # - run:
65
+ # command: curl -v --connect-timeout 2 --max-time 4 http://localhost:3000
66
- run:
67
working_directory: .
68
# command: npx cypress run --config defaultCommandTimeout=58000
- command: npx cypress run
69
+ command: |
70
+ wait 15s
71
+ npx cypress run
72
no_output_timeout: 2m
73
workflows:
74
browser_build:
0 commit comments