jupyter-xeus / xeus-robot

Jupyter kernel for Robot Framework
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

Dump stderr in the Notebook #22

Closed martinRenou closed 3 years ago

martinRenou commented 3 years ago

I saw that robotkernel was dumping error messages in the terminal, for example executing:

*** Settings ***

Library Stri

Results in the following in the terminal, not the Notebook UI

[ ERROR ] Error in file '*** Settings ***

Library Stri' on line 3: Non-existing setting 'Library Stri'.

We should redirect this stream to the Notebook in xeus-robot

martinRenou commented 3 years ago

This will come for free with a robotframework-interpreter release