Added report location to log

This commit is contained in:
Erik C. Thauvin 2023-08-14 20:16:09 -07:00
parent 06396eb995
commit f5f0562d7f
2 changed files with 4 additions and 1 deletions

4
.gitignore vendored
View file

@ -52,4 +52,6 @@ atlassian-ide-plugin.xml
.idea/sonarlint/
# Editor-based Rest Client
.idea/httpRequests
.idea/httpRequests
local.properties

View file

@ -120,6 +120,7 @@ public class TestNgOperation extends AbstractProcessOperation<TestNgOperation> {
if (LOGGER.isLoggable(Level.INFO)) {
LOGGER.info(String.join(" ", args));
LOGGER.info(String.format("Report will be saved in file://%s", new File(options.get("-d"))));
}
return args;