I am using robot framework with pycharm. I am running all the tests of my folder using
testfolder>robot .
I want to set the path of log/output/report file to my customized location. I have change the path of screenshot as D:/Screenshot folder in my variables.robot. But How to set the path for mentioned file? I also wanted to know What is the common to run on terminal/cmd to run all the scripts of same folder with defined log file path?