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 0a00a61 commit 7263fedCopy full SHA for 7263fed
.circleci/config.yml
@@ -72,8 +72,8 @@ jobs:
72
curl -v --connect-timeout 4 --max-time 8 http://localhost:3000
73
- run:
74
working_directory: .
75
- # command: npx cypress run --config defaultCommandTimeout=58000
76
- command: npx cypress run -b chrome
+ command: npx cypress run --config defaultCommandTimeout=58000
+ # command: npx cypress run -b chrome --config defaultCommandTimeout=58000
77
no_output_timeout: 2m
78
workflows:
79
browser_build:
0 commit comments