From 1f9abd2530c1fdb316b80f427f9cec50e9d03060 Mon Sep 17 00:00:00 2001 From: Ryan Lewis <93001277+rylew1@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:47:47 -0500 Subject: [PATCH] E2E informational to run make command to show report (#815) ## Ticket Resolves #814 ## Changes - Add informational to use make command to show reports when done running e2e tests --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6f571694..1dd89361 100644 --- a/Makefile +++ b/Makefile @@ -123,6 +123,7 @@ e2e-test: e2e-build -v $(PWD)/e2e/blob-report:/e2e/blob-report \ $(E2E_IMAGE_NAME) \ $(E2E_ARGS) + @echo "Run 'make e2e-show-report' to view the test report" e2e-test-native: ## Run end-to-end tests natively @:$(call check_defined, APP_NAME, You must pass in a specific APP_NAME)