Hello,
I was trying the certificate level 1 training code python version and noted that “log.html” file is not generated.
I was assuming this is because of the difference in the framework used in the python version.
Is there any way to generate a similar log file in the python version?
I tried the following options in “robot.yaml” file but had no luck.
tasks:
Run Python:
shell: python task.py -m robot --report NONE --outputdir output --logtitle "Task log" --timestampoutputs tasks.py
Thank you,