diff --git a/testing/run_integration_test.sh b/testing/run_integration_test.sh
index 304ff5d59b6fd454f13da84e2a223ce17693e425..e096d7294ebfde9623d868e027af64d6b61233b3 100755
--- a/testing/run_integration_test.sh
+++ b/testing/run_integration_test.sh
@@ -56,6 +56,14 @@ sleep 80  # run ingestor
 kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/success > success_list.csv
 kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/fail > failure_list.csv
 
+
+# wget to test ports
+#client
+wget http://localhost:80
+
+#renderer
+wget http://localhost:81/opensearch/collections/Emergency/
+
 # client testing
 docker run --name cypress --network host -v ${PWD}:/mnt/ --rm -t --user 1000:1000 cypress/browsers:node16.14.0-slim-chrome99-ff97 bash -c "cd /mnt && npm ci && npm run e2e"
 # fetch logs for ingestor tests