From e8628ffbedc5d2aac06bc6f78def2eb460144125 Mon Sep 17 00:00:00 2001 From: Neha Gokhale Date: Thu, 24 Oct 2024 17:06:37 -0700 Subject: [PATCH] Try headed chrome browser to fix build Signed-off-by: Neha Gokhale --- canvas_modules/harness/functional_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/canvas_modules/harness/functional_test.sh b/canvas_modules/harness/functional_test.sh index 6c2e8ef70..13f9df4ef 100755 --- a/canvas_modules/harness/functional_test.sh +++ b/canvas_modules/harness/functional_test.sh @@ -32,8 +32,8 @@ npm run start-prod & sleep 30 echo "Cypress version" npx cypress --version -echo "Starting cypress electron tests" -npx cypress run --headless --browser electron +echo "Starting cypress chrome tests" +npx cypress run --headed --browser chrome echo "cd $WORKING_DIR" cd $WORKING_DIR