Skip to content

Commit 7263fed

Browse files
committed
ci(e2e): switch ci to electron
see #452 #511 #id 158
1 parent 0a00a61 commit 7263fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
curl -v --connect-timeout 4 --max-time 8 http://localhost:3000
7373
- run:
7474
working_directory: .
75-
# command: npx cypress run --config defaultCommandTimeout=58000
76-
command: npx cypress run -b chrome
75+
command: npx cypress run --config defaultCommandTimeout=58000
76+
# command: npx cypress run -b chrome --config defaultCommandTimeout=58000
7777
no_output_timeout: 2m
7878
workflows:
7979
browser_build:

0 commit comments

Comments
 (0)