robotlab icon indicating copy to clipboard operation
robotlab copied to clipboard

Help Wanted: RobotLab results to Jenkins

Open Lauri2000 opened this issue 4 years ago • 1 comments

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

Lauri2000 avatar Nov 03 '20 08:11 Lauri2000

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

datakurre avatar Nov 03 '20 08:11 datakurre