robots-from-jupyter / robotlab

Experiments in building installers for JupyterLab, Robot Framework and Friends
BSD 3-Clause "New" or "Revised" License
25 stars 3 forks source link

Help Wanted: RobotLab results to Jenkins #69

Open Lauri2000 opened 4 years ago

Lauri2000 commented 4 years ago

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

datakurre commented 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