File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ This folder contains the integration tests of the extension.
5
5
They are defined using [ Playwright] ( https://playwright.dev/docs/intro ) test runner
6
6
and [ Galata] ( https://github.com/jupyterlab/jupyterlab/tree/master/galata ) helper.
7
7
8
- The Playwright configuration is defined in [ playwright.config.js] ( .. /playwright.config.js )
8
+ The Playwright configuration is defined in [ playwright.config.js] ( ./playwright.config.js )
9
9
in the root directory.
10
10
11
11
The JupyterLab server configuration to use for the integration test is defined
12
- in [ jupyter_server_test_config.py] ( .. /jupyter_server_test_config.py ) in the root directory.
12
+ in [ jupyter_server_test_config.py] ( ./jupyter_server_test_config.py ) in the root directory.
13
13
14
14
The default configuration will produce video for failing tests and an HTML report.
15
15
You can’t perform that action at this time.
0 commit comments