Skip to content

Commit 27d7b72

Browse files
Merge pull request #3348 from stbenjam/produce-junit
Produce JUnit XML from e2e tests in CI
2 parents 3da5136 + 90f5519 commit 27d7b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e-scripts/sippy-e2e-sippy-e2e-test-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ ${KUBECTL_CMD} -n sippy-e2e get svc,ep
147147
${KUBECTL_CMD} -n sippy-e2e delete secret regcred
148148

149149
# only 1 in parallel, some tests will clash if run at the same time
150-
go test ./test/e2e/... -v -p 1
150+
gotestsum --junitfile ${ARTIFACT_DIR}/junit_e2e.xml -- ./test/e2e/... -v -p 1

0 commit comments

Comments
 (0)