Skip to content

Commit

Permalink
E2E informational to run make command to show report (#815)
Browse files Browse the repository at this point in the history
## Ticket

Resolves #814 

## Changes

- Add informational to use make command to show reports when done
running e2e tests
  • Loading branch information
rylew1 authored Dec 20, 2024
1 parent 3ec89f3 commit 1f9abd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1f9abd2

Please sign in to comment.