Merge pull request #3799 from warrickball/patch-1 #1756
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
tests.yml
on: push
Documentation
8m 18s
JavaScript
5m 20s
Message Specification
2m 4s
Visual Regression
8m 32s
Matrix: Python
Annotations
1 error and 1 notice
tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs:
ui-tests/tests/widgets.test.ts#L43
1) tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
Error: Screenshot comparison failed:
49 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/ipywidgets/ipywidgets/ui-tests/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-40-expected.png
Received: /home/runner/work/ipywidgets/ipywidgets/ui-tests/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-40-actual.png
Diff: /home/runner/work/ipywidgets/ipywidgets/ui-tests/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-40-diff.png
41 | for (let i = 0; i < cellCount; i++) {
42 | const image = `widgets-cell-${i}.png`;
> 43 | expect(captures[i]).toMatchSnapshot(image);
| ^
44 | }
45 | });
46 | });
at /home/runner/work/ipywidgets/ipywidgets/ui-tests/tests/widgets.test.ts:43:27
|
🎭 Playwright Run Summary
1 flaky
tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ipywidgets-test-assets
Expired
|
2.54 MB |
|
ipywidgets-test-report
Expired
|
2.98 MB |
|