Skip to content

Commit

Permalink
Add specify save screenshot directory into Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Mar 24, 2024
1 parent 9230a90 commit a52f02f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a52f02f

Please sign in to comment.