hi,
Currently I use Listener to achieve that. In the start_keyword
function, I print the keyword.name
.
Additionally, because of python buffer behavior, I have to set the PYTHONUNBUFFERED=true
on Jenkins to show the log in real-time. If not, you’ll see the printed steps after the job is finished.