robotframework-jupyterlibrary icon indicating copy to clipboard operation
robotframework-jupyterlibrary copied to clipboard

A Robot Framework library for testing Jupyter end-user applications and extensions

Results 16 robotframework-jupyterlibrary issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Luca Giorgi This PR fixes the bug identified in #44

Signed-off by Berto D'Attoma: [email protected] Hi, the following PR wants to propose some keywords to work where there are more than one notebook file opened in JupyterLab. Without these, there...

Using `robot.tidy` now throws a (helpful) warning. We should use the suggested `robotframework-tidy` if available to silence this.

This keyword checks for a jupyterlab modal using a css selector, and, if found, tries clicking a button (the first one). The problem seems to be that the selector returns...

Some nice folks have helped out on this repo. Should figure out a way to automate recognizing them in the docs. - from #39

good first issue

In [jupyterlab-lsp](https://github.com/krassowski/jupyterlab-lsp/blob/master/atest/Keywords.robot) and probably scattered a few other places, there are a trove of lab- (but not extension-) specific options, which would be nice to polish and document, and include...

my company uses JupyterLab to provide example code as well as a terminal, I am trying to automate the running of these examples and enter commands in the terminal. I...

I think the following warnings seen in https://github.com/jupyterhub/jupyter-server-proxy/actions/runs/7957862509/job/21721594362 is related to this project. Here is an example where `[Return]` is used: https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/blob/9e25fcb89a5f1a723c59e9b96706e4c638e0d9be/src/JupyterLibrary/common/CodeMirror.resource#L24 These deprecation warnings may have started to appear...

With tests scheduled to run regularly against dependencies that aren't frozen, we could detect issues arising over time due to changes in dependencies or the various execution environments, such as...