How can I get the log path for current TestSuit?
I solve this issue with below code:
KeywordLogger logging = KeywordLogger.getInstance();
logging.getLogFolderPath();
How can I get the log path for current TestSuit?
I solve this issue with below code:
KeywordLogger logging = KeywordLogger.getInstance();
logging.getLogFolderPath();