{"id":15018748,"url":"https://github.com/robots-from-jupyter/robotframework-jupyterlibrary","last_synced_at":"2025-03-04T09:07:23.762Z","repository":{"id":33965964,"uuid":"160137509","full_name":"robots-from-jupyter/robotframework-jupyterlibrary","owner":"robots-from-jupyter","description":"A Robot Framework library for testing Jupyter end-user applications and extensions","archived":false,"fork":false,"pushed_at":"2024-09-03T22:14:34.000Z","size":911,"stargazers_count":22,"open_issues_count":15,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T08:08:32.558Z","etag":null,"topics":["acceptance-testing","binder","jupyter","jupyterlab","notebooks","robotframework","rpa","screenshots","selenium"],"latest_commit_sha":null,"homepage":"https://robotframework-jupyterlibrary.rtfd.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robots-from-jupyter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-03T05:32:06.000Z","updated_at":"2024-07-31T09:40:50.000Z","dependencies_parsed_at":"2023-01-15T03:46:09.719Z","dependency_job_id":"ff5dc92f-e9d6-48de-8363-a9f24ff3f88a","html_url":"https://github.com/robots-from-jupyter/robotframework-jupyterlibrary","commit_stats":{"total_commits":123,"total_committers":6,"mean_commits":20.5,"dds":0.07317073170731703,"last_synced_commit":"9e25fcb89a5f1a723c59e9b96706e4c638e0d9be"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robots-from-jupyter%2Frobotframework-jupyterlibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robots-from-jupyter%2Frobotframework-jupyterlibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robots-from-jupyter%2Frobotframework-jupyterlibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robots-from-jupyter%2Frobotframework-jupyterlibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robots-from-jupyter","download_url":"https://codeload.github.com/robots-from-jupyter/robotframework-jupyterlibrary/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818897,"owners_count":20025210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acceptance-testing","binder","jupyter","jupyterlab","notebooks","robotframework","rpa","screenshots","selenium"],"created_at":"2024-09-24T19:52:24.255Z","updated_at":"2025-03-04T09:07:23.729Z","avatar_url":"https://github.com/robots-from-jupyter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# robotframework-jupyterlibrary\n\n\u003e A [Robot Framework] library for automating (testing of) [Jupyter] end-user\n\u003e applications and extensions\n\n[robot framework]: http://robotframework.org\n[jupyter]: https://jupyter.org\n\n|         pip         |                conda                |         docs          |           demo            |            actions            |\n| :-----------------: | :---------------------------------: | :-------------------: | :-----------------------: | :---------------------------: |\n| [![pip-badge]][pip] | [![conda-forge-badge]][conda-forge] | [![docs-badge]][docs] | [![binder-badge]][binder] | [![workflow-badge]][workflow] |\n\n## Using\n\nWrite `.robot` files that use `JupyterLibrary` [keywords]... or use [magics] in\nnotebooks.\n\n```robotframework\n*** Settings ***\nLibrary           JupyterLibrary\nSuite Setup       Wait For New Jupyter Server To Be Ready  jupyter-lab\nTest Teardown     Reset JupyterLab And Close\nSuite Teardown    Terminate All Jupyter Servers\n\n*** Test Cases ***\nA Notebook in JupyterLab\n    Open JupyterLab\n    Launch A New JupyterLab Document\n    Add And Run JupyterLab Code Cell\n    Wait Until JupyterLab Kernel Is Idle\n    Capture Page Screenshot\n```\n\nSee the [acceptance tests] for examples.\n\n## Installation\n\n```bash\npip install robotframework-jupyterlibrary\n```\n\nOr\n\n```bash\nmamba install -c conda-forge robotframework-jupyterlibrary\n```\n\nOr (if you must):\n\n```bash\nconda install -c conda-forge robotframework-jupyterlibrary\n```\n\nOr see the [contributing guide][contributing] for a development install.\n\n## Free Software\n\nJupyterLibrary is Free Software under the [BSD-3-Clause License][license]. It contains\ncode from a number of other projects:\n\n- [Jyve] ([BSD-3-Clause][jyve-license])\n  - Initial implementations of robot keywords\n\nSome of its testing approaches (only distribtued in source form, not e.g. wheels) are\nalso derived from other tools:\n\n- [ipyforcegraph][ipfg] ([BSD-3-Clause][ipfg-license])\n  - Initial implementation of [kernel-under-test coverage][kernel-cov] instrumentation\n\n[license]:\n  https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/blob/main/LICENSE\n[acceptance tests]:\n  https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/tree/main/atest\n[miniforge]: https://github.com/conda-forge/miniforge/releases\n[binder-badge]: https://mybinder.org/badge_logo.svg\n[binder]:\n  https://mybinder.org/v2/gh/robots-from-jupyter/robotframework-jupyterlibrary/main?urlpath=lab/tree/docs/MAGIC.ipynb\n[workflow-badge]:\n  https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/workflows/CI/badge.svg\n[workflow]:\n  https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/actions?query=workflow%3ACI+branch%3Amain\n[docs-badge]:\n  https://readthedocs.org/projects/robotframework-jupyterlibrary/badge/?version=stable\n[pip-badge]: https://img.shields.io/pypi/v/robotframework-jupyterlibrary.svg\n[pip]: https://pypi.org/project/robotframework-jupyterlibrary\n[conda-forge]:\n  https://github.com/conda-forge/robotframework-jupyterlibrary-feedstock#installing-robotframework-jupyterlibrary\n[conda-forge-badge]:\n  https://img.shields.io/conda/vn/conda-forge/robotframework-jupyterlibrary.svg\n[docs]: https://robotframework-jupyterlibrary.readthedocs.io\n[ipfg]: https://github.com/jupyrdf/ipyforcegraph\n[ipfg-license]: https://github.com/jupyrdf/ipyforcegraph/blob/main/LICENSE.txt\n[jyve]: https://github.com/deathbeds/jyve\n[jyve-license]: https://github.com/deathbeds/jyve/blob/master/LICENSE\n[kernel-cov]: https://github.com/jupyrdf/ipyforcegraph/pull/89\n[magics]: https://robotframework-jupyterlibrary.readthedocs.io/en/stable/MAGIC.html\n[keywords]: https://robotframework-jupyterlibrary.readthedocs.io/en/stable/KEYWORDS.html\n[contributing]:\n  https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/blob/main/CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobots-from-jupyter%2Frobotframework-jupyterlibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobots-from-jupyter%2Frobotframework-jupyterlibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobots-from-jupyter%2Frobotframework-jupyterlibrary/lists"}