Skip to content

Commit

Permalink
elyra-ai#2226 Fixed cypress tests in Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Gokhale <neha.gokhale@ibm.com>
  • Loading branch information
nmgokhale committed Oct 28, 2024
1 parent 89e8d63 commit a8f18fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions canvas_modules/harness/functional_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ npm run start-prod &
sleep 30
echo "Cypress version"
npx cypress --version
echo "Starting cypress electron tests"
npx cypress run --headed --browser electron
echo "Starting cypress chrome tests"
npx cypress run --headed --browser chrome

echo "cd $WORKING_DIR"
cd $WORKING_DIR

0 comments on commit a8f18fb

Please sign in to comment.