Open Lauri2000 opened 4 years ago
When executing notebooks from JupyterLab user interface, logs are always only embedded in notebook.
But at command line there should be a command nbrobot
, which wraps Robot Frameworks robot
command with support for executing Robot Framework test suites from Jupyter notebook .ipynb-files.
Alternatively, RobotLab comes with JupyText-extension for JupyterLab, which supports saving notebooks simultaneously also as .robot-files, which are supported by the usual robot
-command. https://jupytext.readthedocs.io/en/latest/paired-notebooks.html
Hi Is this doable? Does RobotLab produce same kind of result files as vanilla Robot Framework? Where can I find the test result logs? Thanks