From 8f10758c0483784fdf07a1f0a1c8433a4b54cbca Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Wed, 4 Dec 2024 10:15:32 +0530 Subject: [PATCH] Add debug steps for checking the junit file --- .circleci/setupAndTestBackendSDKWithFreeCore.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/setupAndTestBackendSDKWithFreeCore.sh b/.circleci/setupAndTestBackendSDKWithFreeCore.sh index 04f6dcc97..2ec48909d 100755 --- a/.circleci/setupAndTestBackendSDKWithFreeCore.sh +++ b/.circleci/setupAndTestBackendSDKWithFreeCore.sh @@ -119,6 +119,9 @@ export multi="spec=- mocha-junit-reporter=$MOCHA_FILE" mkdir -p test-results TEST_FILES=$(circleci tests glob "test/**/*.test.js") echo "$TEST_FILES" | circleci tests run --command="xargs npx mocha mocha --reporter mocha-multi --node-option no-experimental-fetch -r test/fetch-polyfill.mjs --timeout 500000 --no-config" --verbose --split-by=timings +ls -al +echo "Printing previous directory" +cd .. && ls -al # kill test-server kill $(lsof -t -i:$API_PORT)