Skip to content

Commit

Permalink
Try headless electron browser to fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Gokhale <[email protected]>
  • Loading branch information
nmgokhale committed Oct 24, 2024
1 parent a2b9f8e commit ba7afa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas_modules/harness/functional_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba7afa6

Please sign in to comment.