We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3da5136 + 90f5519 commit 27d7b72Copy full SHA for 27d7b72
1 file changed
e2e-scripts/sippy-e2e-sippy-e2e-test-commands.sh
@@ -147,4 +147,4 @@ ${KUBECTL_CMD} -n sippy-e2e get svc,ep
147
${KUBECTL_CMD} -n sippy-e2e delete secret regcred
148
149
# only 1 in parallel, some tests will clash if run at the same time
150
-go test ./test/e2e/... -v -p 1
+gotestsum --junitfile ${ARTIFACT_DIR}/junit_e2e.xml -- ./test/e2e/... -v -p 1
0 commit comments