You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A jupyterlite extension to automate cloning of a github repository.
6
5
7
6
## Docs
@@ -10,7 +9,7 @@ See [https://litegitpuller.readthedocs.io/en/latest/index.html](https://litegitp
10
9
11
10
## Requirements
12
11
13
-
- JupyterLab >= 3.0
12
+
- JupyterLab >= 4.0.0
14
13
15
14
## Install
16
15
@@ -91,7 +90,7 @@ jlpm test
91
90
92
91
#### Integration tests
93
92
94
-
This extension uses [Playwright](https://playwright.dev/docs/intro/) for the integration tests (aka user level tests).
93
+
This extension uses [Playwright](https://playwright.dev/docs/intro) for the integration tests (aka user level tests).
95
94
More precisely, the JupyterLab helper [Galata](https://github.com/jupyterlab/jupyterlab/tree/master/galata) is used to handle testing the extension in JupyterLab.
96
95
97
96
More information are provided within the [ui-tests](./ui-tests/README.md) README.
0 commit comments