Build Status #1680
build.yaml
on: workflow_dispatch
Matrix: lint_and_docs
Matrix: build_js
Matrix: build_python
Matrix: build_and_test_rust
Matrix: build_emscripten_wheel
Matrix: benchmark_js
Matrix: test_js
Matrix: build_and_test_jupyterlab
Matrix: benchmark_python
Matrix: test_python
Matrix: test_emscripten_wheel
Matrix: test_python_sdist
Matrix: publish
Annotations
14 errors, 24 warnings, and 2 notices
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:74:5 › Heatmap › hierarchial Y axis:
packages/viewer-charts/test/js/helpers.ts#L90
10) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:74:5 › Heatmap › hierarchial Y axis
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
710 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-hierarchial-y-axis.png
Call log:
- Expect "toHaveScreenshot(heatmap-hierarchial-y-axis.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 710 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 710 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | maxDiffPixelRatio:
92 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
93 | });
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:107:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:75:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:63:5 › Heatmap › hierarchial X axis:
packages/viewer-charts/test/js/helpers.ts#L90
9) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:63:5 › Heatmap › hierarchial X axis
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
986 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-hierarchial-x-axis.png
Call log:
- Expect "toHaveScreenshot(heatmap-hierarchial-x-axis.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 986 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 986 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | maxDiffPixelRatio:
92 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
93 | });
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:107:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:64:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:52:5 › Heatmap › multi-faceted:
packages/viewer-charts/test/js/helpers.ts#L90
8) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:52:5 › Heatmap › multi-faceted
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
445 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-multi-faceted.png
Call log:
- Expect "toHaveScreenshot(heatmap-multi-faceted.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 445 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 445 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | maxDiffPixelRatio:
92 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
93 | });
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:107:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:53:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:41:5 › Heatmap › diverging data with Profit:
packages/viewer-charts/test/js/helpers.ts#L90
7) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:41:5 › Heatmap › diverging data with Profit
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
264 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-diverging-data-with-profit.png
Call log:
- Expect "toHaveScreenshot(heatmap-diverging-data-with-profit.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 264 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 264 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | maxDiffPixelRatio:
92 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
93 | });
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:107:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:44:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:32:5 › Heatmap › nested group_by rows:
packages/viewer-charts/test/js/helpers.ts#L90
6) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:32:5 › Heatmap › nested group_by rows
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
763 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-nested-group-by-rows.png
Call log:
- Expect "toHaveScreenshot(heatmap-nested-group-by-rows.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 763 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 763 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | maxDiffPixelRatio:
92 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
93 | });
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:107:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:33:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:21:5 › Heatmap › basic:
packages/viewer-charts/test/js/helpers.ts#L90
5) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:21:5 › Heatmap › basic
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
247 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-basic.png
Call log:
- Expect "toHaveScreenshot(heatmap-basic.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 247 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 247 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | maxDiffPixelRatio:
92 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
93 | });
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:107:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:22:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:52:5 › Y Candlestick › with split_by — side-by-side candles per category:
packages/viewer-charts/test/js/helpers.ts#L90
4) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:52:5 › Y Candlestick › with split_by — side-by-side candles per category
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
289 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-with-split-by-side-by-side-candles-per-category.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-with-split-by-side-by-side-candles-per-category.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 289 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 289 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | maxDiffPixelRatio:
92 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
93 | });
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:107:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:55:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:41:5 › Y Candlestick › up/down colors sampled from gradient extremes:
packages/viewer-charts/test/js/helpers.ts#L90
3) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:41:5 › Y Candlestick › up/down colors sampled from gradient extremes
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
250 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-up-down-colors-sampled-from-gradient-extremes.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-up-down-colors-sampled-from-gradient-extremes.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 250 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 250 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | maxDiffPixelRatio:
92 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
93 | });
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:107:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:45:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:33:5 › Y Candlestick › full OHLC four-column layout:
packages/viewer-charts/test/js/helpers.ts#L90
2) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:33:5 › Y Candlestick › full OHLC four-column layout
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
138 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-full-ohlc-four-column-layout.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-full-ohlc-four-column-layout.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 138 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 138 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | maxDiffPixelRatio:
92 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
93 | });
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:107:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:34:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:21:5 › Y Candlestick › open-only falls back to next-row open for close:
packages/viewer-charts/test/js/helpers.ts#L90
1) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:21:5 › Y Candlestick › open-only falls back to next-row open for close
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
123 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-open-only-falls-back-to-next-row-open-for-close.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-open-only-falls-back-to-next-row-open-for-close.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 123 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 123 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | maxDiffPixelRatio:
92 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
93 | });
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:107:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:26:9
|
|
build_and_test_jupyterlab (ubuntu-22.04, x86_64, 3.11, 22.x, false)
Process completed with exit code 1.
|
|
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:89:5 › JupyterLab resize › group_by traitlet works:
tools/test/src/js/utils.ts#L184
3) [jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:89:5 › JupyterLab resize › group_by traitlet works
Error: A snapshot doesn't exist at /home/runner/work/perspective/perspective/tools/test/dist/snapshots/jupyterlab-desktop-chrome/resize.spec.mjs/jupyterlab-resize-group-by-traitlet-works.txt.
at src/js/utils.ts:184
182 | ];
183 |
> 184 | await expect(formatted).toMatchSnapshot(snapshotPath);
| ^
185 | }
186 |
187 | export async function compareSVGContentsToSnapshot(
at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:184:29)
at /home/runner/work/perspective/perspective/packages/jupyterlab/test/js/resize.spec.mjs:110:9
|
|
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:50:5 › JupyterLab resize › Resize the container causes the widget to resize:
tools/test/src/js/utils.ts#L184
2) [jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:50:5 › JupyterLab resize › Resize the container causes the widget to resize
Error: A snapshot doesn't exist at /home/runner/work/perspective/perspective/tools/test/dist/snapshots/jupyterlab-desktop-chrome/resize.spec.mjs/jupyterlab-resize-resize-the-container-causes-the-widget-to-resize.txt.
at src/js/utils.ts:184
182 | ];
183 |
> 184 | await expect(formatted).toMatchSnapshot(snapshotPath);
| ^
185 | }
186 |
187 | export async function compareSVGContentsToSnapshot(
at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:184:29)
at /home/runner/work/perspective/perspective/packages/jupyterlab/test/js/resize.spec.mjs:84:9
|
|
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:28:5 › JupyterLab resize › Config should be hidden by default:
tools/test/src/js/utils.ts#L184
1) [jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:28:5 › JupyterLab resize › Config should be hidden by default
Error: A snapshot doesn't exist at /home/runner/work/perspective/perspective/tools/test/dist/snapshots/jupyterlab-desktop-chrome/resize.spec.mjs/jupyterlab-resize-config-should-be-hidden-by-default.txt.
at src/js/utils.ts:184
182 | ];
183 |
> 184 | await expect(formatted).toMatchSnapshot(snapshotPath);
| ^
185 | }
186 |
187 | export async function compareSVGContentsToSnapshot(
at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:184:29)
at /home/runner/work/perspective/perspective/packages/jupyterlab/test/js/resize.spec.mjs:45:9
|
|
lint_and_docs (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_python (macos-14, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_python (ubuntu-22.04-arm, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_rust (ubuntu-22.04, x86_64, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_rust (ubuntu-22.04, x86_64, 22.x, false)
Cache paths are empty. Please check the previous logs and make sure that the python version is specified
|
|
build_and_test_rust (ubuntu-22.04, x86_64, 22.x, false)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
build_emscripten_wheel (ubuntu-22.04, x86_64, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_python (ubuntu-22.04, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test_emscripten_wheel (ubuntu-22.04, x86_64, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_js (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_python (windows-2025, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_python (windows-2025, x86_64, 3.11, 22.x, false)
No files were found with the provided path: rust/target/wheels/*.whl. No artifacts will be uploaded.
|
|
test_js (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_rust (windows-2025, x86_64, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_rust (windows-2025, x86_64, 22.x, false)
Cache paths are empty. Please check the previous logs and make sure that the python version is specified
|
|
build_and_test_rust (windows-2025, x86_64, 22.x, false)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
test_python (ubuntu-22.04, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_jupyterlab (macos-14, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test_python (ubuntu-22.04-arm, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_jupyterlab (ubuntu-22.04, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test_python (windows-2025, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_jupyterlab (windows-2025, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
benchmark_js (ubuntu-22.04, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
benchmark_python (ubuntu-22.04, 3.11, 22.x, x86_64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
61 failed
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:21:5 › Y Candlestick › open-only falls back to next-row open for close
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:33:5 › Y Candlestick › full OHLC four-column layout
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:41:5 › Y Candlestick › up/down colors sampled from gradient extremes
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:52:5 › Y Candlestick › with split_by — side-by-side candles per category
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:21:5 › Heatmap › basic
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:32:5 › Heatmap › nested group_by rows
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:41:5 › Heatmap › diverging data with Profit
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:52:5 › Heatmap › multi-faceted
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:63:5 › Heatmap › hierarchial X axis
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:74:5 › Heatmap › hierarchial Y axis
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/line.spec.ts:21:5 › X/Y Line › basic x/y
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/line.spec.ts:29:5 › X/Y Line › split_by produces distinct series colors
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/line.spec.ts:38:5 › X/Y Line › date X axis with two splits
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/pan.spec.ts:29:5 › Pan › drag pans after wheel zoom
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:34:5 › Regressions › scatter split_by renders every series
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:42:5 › Regressions › line split_by renders every series
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:57:5 › Regressions › scatter string color matches legend swatches
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:70:5 › Regressions › Y Line shows series palette colors
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:83:5 › Regressions › Treemap background is transparent
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:97:5 › Regressions › Treemap with date Color uses gradient mode
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:21:5 › X/Y Scatter › basic x/y
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:28:5 › X/Y Scatter › with numeric color
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:35:5 › X/Y Scatter › with string color
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:42:5 › X/Y Scatter › with size column
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:49:5 › X/Y Scatter › split_by produces distinct series
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:57:5 › X/Y Scatter › split_by respects color column
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:65:5 › X/Y Scatter › group_by aggregates points
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:73:5 › X/Y Scatter › date X axis
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/sunburst.spec.ts:21:5 › Sunburst › basic hierarchy
[viewer-charts-desktop-chrome] › pack
|
|
🎭 Playwright Run Summary
3 failed
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:28:5 › JupyterLab resize › Config should be hidden by default
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:50:5 › JupyterLab resize › Resize the container causes the widget to resize
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:89:5 › JupyterLab resize › group_by traitlet works
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
perspective-js-benchmarks
Expired
|
220 KB |
sha256:bd3088ca20bba5c525247ca31c4db987c1034601ef126f81167c32e4caa6bd1c
|
|
|
perspective-js-dist
Expired
|
11.5 MB |
sha256:2aff56920326b66f1939d31e240ce6c57e97c39969ce14aadc22bc806201a49d
|
|
|
perspective-metadata
Expired
|
637 KB |
sha256:ec34a4383e224fc0b062edb97a99f0fefe75193408a7d4a683a433878eca0c65
|
|
|
perspective-python-benchmarks
Expired
|
110 KB |
sha256:569e2108847cfb7f9bc2e6283d68108f88301b4c112f81ed68a0399022449c1f
|
|
|
perspective-python-dist-aarch64-macos-14-3.11
Expired
|
8.14 MB |
sha256:5144b87cffb4f6cee8a3108e9c9e9fee5b3b9605f097195549d7100515a81294
|
|
|
perspective-python-dist-aarch64-ubuntu-22.04-arm-3.11
Expired
|
5.83 MB |
sha256:8b1de4c2eab71f14f71da8a8a7cfae74403e307b9d57c3ef225586d2fa8ee0e0
|
|
|
perspective-python-dist-wasm32-emscripten-3.11
Expired
|
3.1 MB |
sha256:1889d9605286a862563e703658364c9e9aa6e6d27d3a46108868f487a061cddd
|
|
|
perspective-python-dist-x86_64-ubuntu-22.04-3.11
Expired
|
9.47 MB |
sha256:9f09e5755675414d4164de54e74c1292050c3ba19e9ef56d01e78e07ffc0615d
|
|
|
perspective-python-dist-x86_64-windows-2025-3.11
Expired
|
7.78 MB |
sha256:c2cd0d3f8c3230e302bfd34369a8ceaaadcb783dc58a1aa1a19a4cea5d28934b
|
|
|
perspective-python-sdist
Expired
|
3.67 MB |
sha256:2ec0d87c3702f97ce2c36fb45d46fd7788e22ad616c264062ab9127a2ae2ffda
|
|
|
perspective-rust
Expired
|
1.02 MB |
sha256:7e0b67b120a103ab9b6d3d59fe48f6f3860e46d9f885fc34e976a08a1e005cad
|
|