From afec02f152ca8fc63eadcf165ae4755771ecb619 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Thu, 21 Nov 2024 18:44:14 +0530 Subject: [PATCH] fix: mocha --- .circleci/setupAndTestWithAuthReact.sh | 2 ++ .circleci/setupAndTestWithAuthReactWithDjango.sh | 2 ++ .circleci/setupAndTestWithAuthReactWithFlask.sh | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.circleci/setupAndTestWithAuthReact.sh b/.circleci/setupAndTestWithAuthReact.sh index 4ad0496e..a90f7e1d 100755 --- a/.circleci/setupAndTestWithAuthReact.sh +++ b/.circleci/setupAndTestWithAuthReact.sh @@ -69,6 +69,8 @@ mkdir -p ~/test_report/logs mkdir -p ~/test_report/react-logs mkdir -p ~/test_report/screenshots +apiPort=8083 + echo "Running tests with React 18" # Run node server in background. if [[ "${SERVER_STARTED}" != "true" ]]; then diff --git a/.circleci/setupAndTestWithAuthReactWithDjango.sh b/.circleci/setupAndTestWithAuthReactWithDjango.sh index 6c3f259f..e1ab5605 100755 --- a/.circleci/setupAndTestWithAuthReactWithDjango.sh +++ b/.circleci/setupAndTestWithAuthReactWithDjango.sh @@ -71,6 +71,8 @@ mkdir -p ~/test_report/logs mkdir -p ~/test_report/react-logs mkdir -p ~/test_report/screenshots +apiPort=8083 + echo "Running tests with React 18" # Run node server in background. if [[ "${SERVER_STARTED}" != "true" ]]; then diff --git a/.circleci/setupAndTestWithAuthReactWithFlask.sh b/.circleci/setupAndTestWithAuthReactWithFlask.sh index 922137f8..6d666e0d 100755 --- a/.circleci/setupAndTestWithAuthReactWithFlask.sh +++ b/.circleci/setupAndTestWithAuthReactWithFlask.sh @@ -71,6 +71,8 @@ mkdir -p ~/test_report/logs mkdir -p ~/test_report/react-logs mkdir -p ~/test_report/screenshots +apiPort=8083 + echo "Running tests with React 18" # Run node server in background. if [[ "${SERVER_STARTED}" != "true" ]]; then