Release 0.13.2 #443
Annotations
5 errors, 4 warnings, and 1 notice
Execute integration tests:
ui-tests/tests/ipycanvas.test.ts#L43
1) tests/ipycanvas.test.ts:95:7 › ipycanvas Visual Regression › Check ipycanvas first renders ────
Error: Screenshot comparison failed:
656 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/ipycanvas/ipycanvas/ui-tests/test-results/tests-ipycanvas-ipycanvas-Visual-Regression-Check-ipycanvas-first-renders/ipycanvas-ipynb-cell-12-expected.png
Received: /home/runner/work/ipycanvas/ipycanvas/ui-tests/test-results/tests-ipycanvas-ipycanvas-Visual-Regression-Check-ipycanvas-first-renders/ipycanvas-ipynb-cell-12-actual.png
Diff: /home/runner/work/ipycanvas/ipycanvas/ui-tests/test-results/tests-ipycanvas-ipycanvas-Visual-Regression-Check-ipycanvas-first-renders/ipycanvas-ipynb-cell-12-diff.png
41 |
42 | for (let c = 0; c < numCellImages; ++c) {
> 43 | expect(results[c]).toMatchSnapshot(getCaptureImageName(notebook, c));
| ^
44 | }
45 |
46 | await page.notebook.close(true);
at testCellOutputs (/home/runner/work/ipycanvas/ipycanvas/ui-tests/tests/ipycanvas.test.ts:43:26)
at /home/runner/work/ipycanvas/ipycanvas/ui-tests/tests/ipycanvas.test.ts:99:5
|
Execute integration tests:
ui-tests/tests/ipycanvas.test.ts#L1
1) tests/ipycanvas.test.ts:95:7 › ipycanvas Visual Regression › Check ipycanvas first renders ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
ui-tests/tests/ipycanvas.test.ts#L30
1) tests/ipycanvas.test.ts:95:7 › ipycanvas Visual Regression › Check ipycanvas first renders ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: Target closed
28 | };
29 |
> 30 | await page.notebook.runCellByCell({
| ^
31 | onAfterCellRun: async (cellIndex: number) => {
32 | const cell = await page.notebook.getCellOutput(cellIndex);
33 | if (cell) {
at NotebookHelper.runCellByCell (/home/runner/work/ipycanvas/ipycanvas/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:325:21)
at testCellOutputs (/home/runner/work/ipycanvas/ipycanvas/ui-tests/tests/ipycanvas.test.ts:30:5)
at /home/runner/work/ipycanvas/ipycanvas/ui-tests/tests/ipycanvas.test.ts:99:5
|
Execute integration tests:
ui-tests/tests/ipycanvas.test.ts#L1
1) tests/ipycanvas.test.ts:95:7 › ipycanvas Visual Regression › Check ipycanvas first renders ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- page.evaluate at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:325:21
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
- elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
|
Execute integration 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, mamba-org/provision-with-micromamba@main, actions/download-artifact@v2, actions/cache@v3, actions/upload-artifact@v3. 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. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Install Conda environment with Micromamba
This action is deprecated and no longer maintained. Please use mamba-org/setup-micromamba instead. See `https://github.com/mamba-org/provision-with-micromamba#migration-to-setup-micromamba` for a migration guide.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dist 443", "ipycanvas-playwright-tests".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Execute integration tests
1 failed
tests/ipycanvas.test.ts:95:7 › ipycanvas Visual Regression › Check ipycanvas first renders ─────
1 passed (1.7m)
|
Loading