Skip to content

Commit

Permalink
Add debug steps for checking the junit file
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 4, 2024
1 parent 60f6538 commit 8f10758
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/setupAndTestBackendSDKWithFreeCore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8f10758

Please sign in to comment.