Skip to content

Commit

Permalink
Specify one consolidated JUnit report
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Jul 13, 2022
1 parent 7c3d15c commit a8aa87e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ endif

.PHONY: run
run: $(GINKGO) cluster-templates test-extension-deployment ## Run the end-to-end tests
mkdir -p "$(ARTIFACTS)"
$(GINKGO) -v --trace --tags=e2e --focus="$(GINKGO_FOCUS)" $(_SKIP_ARGS) --nodes=$(GINKGO_NODES) --no-color=$(GINKGO_NOCOLOR) --junit-report="$(ARTIFACTS)" --keep-separate-reports --output-dir="$(ARTIFACTS)" $(GINKGO_ARGS) . -- \
$(GINKGO) -v --trace --tags=e2e --focus="$(GINKGO_FOCUS)" $(_SKIP_ARGS) --nodes=$(GINKGO_NODES) --no-color=$(GINKGO_NOCOLOR) --junit-report="$(ARTIFACTS)/junit.e2e_suite.01.xml" $(GINKGO_ARGS) . -- \
-e2e.artifacts-folder="$(ARTIFACTS)" \
-e2e.config="$(E2E_CONF_FILE)" \
-e2e.skip-resource-cleanup=$(SKIP_RESOURCE_CLEANUP) -e2e.use-existing-cluster=$(USE_EXISTING_CLUSTER)

0 comments on commit a8aa87e

Please sign in to comment.