22
33The test will produce a video to help debugging in case of failures and check what happened.
44
5+ 0 . Install additional dependency:
6+
7+ ```
8+ pip install jupyter-archive
9+ ```
10+
5111 . Compile the extension:
612
713```
@@ -12,7 +18,7 @@ jlpm run build:prod
12182 . Start JupyterLab _ with the extension installed_ without any token or password
1319
1420```
15- jupyter lab --config ./ui-tests/jupyter_server_config .py
21+ jupyter lab --config ./ui-tests/jupyter_server_test_config .py
1622```
1723
18243 . Execute in another console the [ Playwright] ( https://playwright.dev/docs/intro ) tests:
@@ -28,6 +34,12 @@ jlpm playwright test
2834
2935To create tests, the easiest way is to use the code generator tool of playwright:
3036
37+ 0 . Install additional dependency:
38+
39+ ```
40+ pip install jupyter-archive
41+ ```
42+
31431 . Compile the extension:
3244
3345```
@@ -38,7 +50,7 @@ jlpm run build:prod
38502 . Start JupyterLab _ with the extension installed_ without any token or password:
3951
4052```
41- jupyter lab --config ./ui-tests/jupyter_server_config .py
53+ jupyter lab --config ./ui-tests/jupyter_server_test_config .py
4254```
4355
44563 . Launch the code generator tool:
@@ -54,6 +66,12 @@ jlpm playwright codegen localhost:8888
5466
5567To debug tests, a good way is to use the inspector tool of playwright:
5668
69+ 0 . Install additional dependency:
70+
71+ ```
72+ pip install jupyter-archive
73+ ```
74+
57751 . Compile the extension:
5876
5977```
@@ -64,7 +82,7 @@ jlpm run build:prod
64822 . Start JupyterLab _ with the extension installed_ without any token or password:
6583
6684```
67- jupyter lab --config ./ui-tests/jupyter_server_config .py
85+ jupyter lab --config ./ui-tests/jupyter_server_test_config .py
6886```
6987
70883 . Launch the debug tool:
0 commit comments