diff --git a/Makefile b/Makefile index 5b7b5f5..04c6ece 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,9 @@ test-all: ## Launch tests for all directories @hurl --test */tests.hurl +test-report: ## Add a test to the tests results, e.g. make test-report affiliations-tools + @hurl --test "$(filter-out $@,$(MAKECMDGOALS))/tests.hurl" --report-html tests-results + test-report-all: ## Launch tests for all directories @rm -rf tests-results @hurl --test */tests.hurl --report-html tests-results