-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Build using JupyterLab 4 * Exclude figure captions from image comparison tests
- Loading branch information
1 parent
c218e07
commit 3297599
Showing
32 changed files
with
15,301 additions
and
10,183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
compressionLevel: mixed | ||
enableGlobalCache: false | ||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
from tempfile import mkdtemp | ||
"""Server configuration for integration tests. | ||
c.ServerApp.port = 8888 # noqa | ||
c.ServerApp.token = "" # noqa | ||
c.ServerApp.password = "" # noqa | ||
c.ServerApp.disable_check_xsrf = True # noqa | ||
c.ServerApp.open_browser = False # noqa | ||
c.ServerApp.root_dir = mkdtemp(prefix='galata-test-') # noqa | ||
!! Never use this configuration in production because it | ||
opens the server to the world and provide access to JupyterLab | ||
JavaScript objects through the global window variable. | ||
""" | ||
from jupyterlab.galata import configure_jupyter_server | ||
|
||
c.LabApp.expose_app_in_browser = True # noqa | ||
configure_jupyter_server(c) # noqa F821 | ||
|
||
# Uncomment to set server log level to debug level | ||
# c.ServerApp.log_level = "DEBUG" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
/** | ||
* Configuration for Playwright using default from @jupyterlab/galata | ||
*/ | ||
const baseConfig = require('@jupyterlab/galata/lib/playwright-config'); | ||
|
||
module.exports = { | ||
...baseConfig, | ||
timeout: 600000, | ||
retries: 1, | ||
webServer: { | ||
command: 'jlpm start', | ||
url: 'http://localhost:8888/lab', | ||
timeout: 120 * 1000, | ||
reuseExistingServer: !process.env.CI | ||
} | ||
}; |
Binary file modified
BIN
-985 Bytes
(96%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-ipynb-cell-0-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-994 Bytes
(96%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-ipynb-cell-1-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-23.5 KB
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-ipynb-cell-2-linux.png
Binary file not shown.
Binary file removed
BIN
-21.5 KB
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-ipynb-cell-3-linux.png
Binary file not shown.
Binary file modified
BIN
-985 Bytes
(96%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-0-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-961 Bytes
(97%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-1-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-860 Bytes
(98%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-10-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-996 Bytes
(98%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-11-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-330 Bytes
(99%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-12-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-56 Bytes
(100%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-13-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-56 Bytes
(100%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-14-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1010 Bytes
(98%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-2-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.01 KB
(97%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-3-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1019 Bytes
(97%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-4-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.03 KB
(97%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-5-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1003 Bytes
(98%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-6-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-843 Bytes
(98%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-7-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-826 Bytes
(98%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-8-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-854 Bytes
(98%)
ui-tests/tests/ipympl.test.ts-snapshots/ipympl-update-ipynb-cell-9-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.