Skip to content

Commit

Permalink
Updated the test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv Sonagara authored and Dhruv Sonagara committed Aug 25, 2023
1 parent 7ebb654 commit a7c05c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
- run:
name: Test execution
command: |
ngrok config add-authtoken "$AUTH_TOKEN"
ngrok http 53013 > /dev/null &
echo -n "Extracting ngrok public url ."
NGROK_PUBLIC_URL=""
Expand All @@ -193,7 +194,7 @@ jobs:
export CALLBACK_URL="https://$NGROK_PUBx LIC_URL"
echo -n "Public url ."
echo $CALLBACK_URL
./gradlew test -Dcucumber.filter.tags="@gov"
cd ph-ee-integration-test && ./gradlew test -Dcucumber.filter.tags="@gov"
echo -n "Test execution is completed, kill ngrok"
pkill ngrok
- store_test_results:
Expand Down

0 comments on commit a7c05c0

Please sign in to comment.