Skip to content

Commit

Permalink
ci(e2e): switch ci to electron
Browse files Browse the repository at this point in the history
see #452 #511
#id 158
  • Loading branch information
duncdrum committed Sep 14, 2021
1 parent 0a00a61 commit 7263fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
curl -v --connect-timeout 4 --max-time 8 http://localhost:3000
- run:
working_directory: .
# command: npx cypress run --config defaultCommandTimeout=58000
command: npx cypress run -b chrome
command: npx cypress run --config defaultCommandTimeout=58000
# command: npx cypress run -b chrome --config defaultCommandTimeout=58000
no_output_timeout: 2m
workflows:
browser_build:
Expand Down

0 comments on commit 7263fed

Please sign in to comment.