From ba7afa67986c685eb07797f83d333e3ecaf9d20f Mon Sep 17 00:00:00 2001 From: Neha Gokhale Date: Thu, 24 Oct 2024 16:50:44 -0700 Subject: [PATCH] Try headless electron browser to fix build Signed-off-by: Neha Gokhale --- canvas_modules/harness/functional_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canvas_modules/harness/functional_test.sh b/canvas_modules/harness/functional_test.sh index 695da88e9c..6c2e8ef701 100755 --- a/canvas_modules/harness/functional_test.sh +++ b/canvas_modules/harness/functional_test.sh @@ -33,7 +33,7 @@ sleep 30 echo "Cypress version" npx cypress --version echo "Starting cypress electron tests" -npx cypress run --headed --browser electron +npx cypress run --headless --browser electron echo "cd $WORKING_DIR" cd $WORKING_DIR