Build using JupyterLab 4 #585
Annotations
2 errors, 2 warnings, and 1 notice
Run UI Tests:
ui-tests/tests/ipympl.test.ts#L54
1) tests/ipympl.test.ts:116:9 › ipympl Visual Regression › Check ipympl first renders ────────────
Error: Screenshot comparison failed:
Expected an image 656px by 399px, received 656px by 398px.
Expected: /home/runner/work/ipympl/ipympl/ui-tests/tests/ipympl.test.ts-snapshots/ipympl-ipynb-cell-3-linux.png
Received: /home/runner/work/ipympl/ipympl/ui-tests/test-results/tests-ipympl-ipympl-Visual-Regression-Check-ipympl-first-renders/ipympl-ipynb-cell-3-actual.png
Diff: /home/runner/work/ipympl/ipympl/ui-tests/test-results/tests-ipympl-ipympl-Visual-Regression-Check-ipympl-first-renders/ipympl-ipynb-cell-3-diff.png
52 |
53 | for (let c = 0; c < numCellImages; ++c) {
> 54 | expect(results[c]).toMatchSnapshot(
| ^
55 | getCaptureImageName(notebook, c),
56 | { threshold: 0.4 }
57 | );
at testCellOutputs (/home/runner/work/ipympl/ipympl/ui-tests/tests/ipympl.test.ts:54:32)
at /home/runner/work/ipympl/ipympl/ui-tests/tests/ipympl.test.ts:117:9
|
Run UI Tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/download-artifact@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run UI Tests
1 failed
tests/ipympl.test.ts:116:9 › ipympl Visual Regression › Check ipympl first renders ─────────────
1 passed (38.2s)
|
The logs for this run have expired and are no longer available.
Loading