Creating a copy of all the log files

Hello everyone! R U ok?
So, I need to copy all the log files to another folder after finishing the tests. To do that, I’ve created an keyword in base.robot file and i’m executing this keyword in ‘Suite Teardown’ but it seens that the log file is created after that. My doubt is: It is possible to execute some keyword after creating all the log files?

I solved the problem by copying the logs created after the last test executed when the next is started on programing the Suite Setup to execute the keyword that is used to do that.

1 Like