RobotFramework hangs after xx lines of log

21 views Asked by At

Robot framework keeps hanging on me when I try to execute a simple python script, it stales for no reason at about 30th line of log generated and no matter how long I wait it does not progress.

Any suggestions? Thanks.

1

There are 1 answers

0
LUKISO2 On

The workaround is simple!

Just log to file directly from Python instead of relying on the Robot framework.