Use bundling #30
Annotations
5 errors, 1 warning, and 2 notices
Execute integration tests:
tests/notebooks/tests/widgets.test.ts#L45
1) tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
Error: Screenshot comparison failed:
Expected an image 656px by 401px, received 656px by 805px. 138335 pixels (ratio 0.27 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts-snapshots/widgets-cell-0-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-0-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-0-diff.png
43 | for (let i = 0; i < cellCount; i++) {
44 | const image = `widgets-cell-${i}.png`;
> 45 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
46 | }
47 | });
48 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts:45:32
|
Execute integration tests:
tests/notebooks/tests/widgets.test.ts#L45
1) tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
Error: Screenshot comparison failed:
Expected an image 656px by 30px, received 656px by 159px. 3571 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts-snapshots/widgets-cell-1-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-1-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-1-diff.png
43 | for (let i = 0; i < cellCount; i++) {
44 | const image = `widgets-cell-${i}.png`;
> 45 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
46 | }
47 | });
48 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts:45:32
|
Execute integration tests:
tests/notebooks/tests/widgets.test.ts#L45
1) tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
Error: Screenshot comparison failed:
Expected an image 656px by 401px, received 656px by 839px. 122881 pixels (ratio 0.23 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts-snapshots/widgets-cell-2-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-2-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-2-diff.png
43 | for (let i = 0; i < cellCount; i++) {
44 | const image = `widgets-cell-${i}.png`;
> 45 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
46 | }
47 | });
48 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts:45:32
|
Execute integration tests:
tests/notebooks/tests/widgets.test.ts#L45
1) tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
Error: Screenshot comparison failed:
Expected an image 656px by 401px, received 656px by 839px. 118250 pixels (ratio 0.22 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts-snapshots/widgets-cell-3-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-3-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-3-diff.png
43 | for (let i = 0; i < cellCount; i++) {
44 | const image = `widgets-cell-${i}.png`;
> 45 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
46 | }
47 | });
48 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts:45:32
|
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@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Execute integration tests
1 failed
tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
|
Update snapshots
1 passed (20.9s)
|
Loading