From 7263feda5f97c95efce9b17043578736da1d2d92 Mon Sep 17 00:00:00 2001 From: duncdrum Date: Tue, 14 Sep 2021 11:03:19 +0200 Subject: [PATCH] ci(e2e): switch ci to electron see #452 #511 #id 158 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 76105dd3..3e2863f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: