From a52f02ff77e89f5fb6f4c9ace28dc859d0eed415 Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Mon, 25 Mar 2024 06:53:35 +0900 Subject: [PATCH] Add specify save screenshot directory into Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51ab92b..78a948d 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,8 @@ define test_arguments -runTests \ -testCategory "!IgnoreCI" \ -testPlatform $(TEST_PLATFORM) \ - -testResults $(LOG_DIR)/test_$(TEST_PLATFORM)_results.xml + -testResults $(LOG_DIR)/test_$(TEST_PLATFORM)_results.xml \ + -testHelperScreenshotDirectory $(LOG_DIR)/Screenshots endef define test