Skip to content

Commit

Permalink
Install mocha multi-junit-reporter package for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 3, 2024
1 parent 6b99575 commit 787c017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/setupAndTestBackendSDKWithFreeCore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ git clone [email protected]: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
Expand Down
2 changes: 1 addition & 1 deletion .circleci/setupAndTestWithFreeCore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 787c017

Please sign in to comment.