From 787c0179b770025b13bace3115eb290d9b433f83 Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Tue, 3 Dec 2024 22:27:02 +0530 Subject: [PATCH] Install mocha multi-junit-reporter package for tests --- .circleci/setupAndTestBackendSDKWithFreeCore.sh | 2 +- .circleci/setupAndTestWithFreeCore.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/setupAndTestBackendSDKWithFreeCore.sh b/.circleci/setupAndTestBackendSDKWithFreeCore.sh index c1d216c46..0b7320a5e 100755 --- a/.circleci/setupAndTestBackendSDKWithFreeCore.sh +++ b/.circleci/setupAndTestBackendSDKWithFreeCore.sh @@ -107,7 +107,7 @@ git clone git@github.com:supertokens/backend-sdk-testing.git cd backend-sdk-testing git checkout $frontendDriverVersion npm install -npm i mocha-multi +npm i mocha-multi mocha-junit-reporter npm run build export API_PORT=$API_PORT diff --git a/.circleci/setupAndTestWithFreeCore.sh b/.circleci/setupAndTestWithFreeCore.sh index ff7ed31b8..d634cddc2 100755 --- a/.circleci/setupAndTestWithFreeCore.sh +++ b/.circleci/setupAndTestWithFreeCore.sh @@ -85,7 +85,7 @@ cd ../ echo $SUPERTOKENS_API_KEY > apiPassword ./utils/setupTestEnvLocal cd ../project/ -npm i mocha-multi +npm i mocha-multi mocha-junit-reporter # Set the script to exit on error set -e