Added report location to log
This commit is contained in:
parent
06396eb995
commit
f5f0562d7f
2 changed files with 4 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -52,4 +52,6 @@ atlassian-ide-plugin.xml
|
|||
.idea/sonarlint/
|
||||
|
||||
# Editor-based Rest Client
|
||||
.idea/httpRequests
|
||||
.idea/httpRequests
|
||||
|
||||
local.properties
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue