Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add E2E Testing with Avalanche Network Runner #110

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from
Draft
Prev Previous commit
Next Next commit
nit
dhrubabasu committed May 17, 2022
commit 35ca9ad84219a3960bf960f00d13f49e80e2dc4e
3 changes: 2 additions & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
@@ -119,7 +119,8 @@ PID=${!}
echo "running e2e tests"
./tests/e2e/e2e.test \
--ginkgo.v \
--log-level debug || EXIT_CODE=$?
--log-level debug \
--network-runner-grpc-endpoint="0.0.0.0:12342" || EXIT_CODE=$?

# "e2e.test" already terminates the cluster
# just in case tests are aborted, manually terminate them again