Update yarn packages and fix CI bot #119
build.yml
on: pull_request
build
5m 43s
visual-regression-tests
2m 52s
Annotations
9 errors and 1 notice
|
visual-regression-tests
Process completed with exit code 1.
|
|
tests/bqplot.test.ts:133:7 › bqplot Visual Regression › Dark theme: Check bqplot update plot properties:
ui-tests/tests/bqplot.test.ts#L92
4) tests/bqplot.test.ts:133:7 › bqplot Visual Regression › Dark theme: Check bqplot update plot properties
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
72 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: dark-lines_update.ipynb-cell-0.png
90 |
91 | for (let i = 0; i < cellCount; i++) {
> 92 | expect(results[i]).toMatchSnapshot(getCaptureImageName(contextPrefix, notebook, i));
| ^
93 | }
94 |
95 | await page.notebook.close(true);
at testPlotUpdates (/home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:92:26)
at /home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:137:5
|
|
tests/bqplot.test.ts:133:7 › bqplot Visual Regression › Dark theme: Check bqplot update plot properties:
ui-tests/tests/bqplot.test.ts#L92
4) tests/bqplot.test.ts:133:7 › bqplot Visual Regression › Dark theme: Check bqplot update plot properties
Error: expect(Buffer).toMatchSnapshot(expected) failed
72 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: dark-lines_update.ipynb-cell-0.png
90 |
91 | for (let i = 0; i < cellCount; i++) {
> 92 | expect(results[i]).toMatchSnapshot(getCaptureImageName(contextPrefix, notebook, i));
| ^
93 | }
94 |
95 | await page.notebook.close(true);
at testPlotUpdates (/home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:92:26)
at /home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:137:5
|
|
tests/bqplot.test.ts:126:7 › bqplot Visual Regression › Light theme: Check bqplot update plot properties:
ui-tests/tests/bqplot.test.ts#L92
3) tests/bqplot.test.ts:126:7 › bqplot Visual Regression › Light theme: Check bqplot update plot properties
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
50 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: light-lines_update.ipynb-cell-0.png
90 |
91 | for (let i = 0; i < cellCount; i++) {
> 92 | expect(results[i]).toMatchSnapshot(getCaptureImageName(contextPrefix, notebook, i));
| ^
93 | }
94 |
95 | await page.notebook.close(true);
at testPlotUpdates (/home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:92:26)
at /home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:130:5
|
|
tests/bqplot.test.ts:126:7 › bqplot Visual Regression › Light theme: Check bqplot update plot properties:
ui-tests/tests/bqplot.test.ts#L92
3) tests/bqplot.test.ts:126:7 › bqplot Visual Regression › Light theme: Check bqplot update plot properties
Error: expect(Buffer).toMatchSnapshot(expected) failed
50 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: light-lines_update.ipynb-cell-0.png
90 |
91 | for (let i = 0; i < cellCount; i++) {
> 92 | expect(results[i]).toMatchSnapshot(getCaptureImageName(contextPrefix, notebook, i));
| ^
93 | }
94 |
95 | await page.notebook.close(true);
at testPlotUpdates (/home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:92:26)
at /home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:130:5
|
|
tests/bqplot.test.ts:119:7 › bqplot Visual Regression › Dark theme: Check bqplot first renders:
ui-tests/tests/bqplot.test.ts#L53
2) tests/bqplot.test.ts:119:7 › bqplot Visual Regression › Dark theme: Check bqplot first renders
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
63 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: dark-scatter.ipynb-cell-0.png
51 |
52 | for (let c = 0; c < numCellImages; ++c) {
> 53 | expect(results[c]).toMatchSnapshot(getCaptureImageName(contextPrefix, notebook, c));
| ^
54 | }
55 |
56 | await page.notebook.close(true);
at testCellOutputs (/home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:53:26)
at /home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:123:5
|
|
tests/bqplot.test.ts:119:7 › bqplot Visual Regression › Dark theme: Check bqplot first renders:
ui-tests/tests/bqplot.test.ts#L53
2) tests/bqplot.test.ts:119:7 › bqplot Visual Regression › Dark theme: Check bqplot first renders
Error: expect(Buffer).toMatchSnapshot(expected) failed
63 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: dark-scatter.ipynb-cell-0.png
51 |
52 | for (let c = 0; c < numCellImages; ++c) {
> 53 | expect(results[c]).toMatchSnapshot(getCaptureImageName(contextPrefix, notebook, c));
| ^
54 | }
55 |
56 | await page.notebook.close(true);
at testCellOutputs (/home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:53:26)
at /home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:123:5
|
|
tests/bqplot.test.ts:112:7 › bqplot Visual Regression › Light theme: Check bqplot first renders:
ui-tests/tests/bqplot.test.ts#L53
1) tests/bqplot.test.ts:112:7 › bqplot Visual Regression › Light theme: Check bqplot first renders
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
49 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: light-scatter.ipynb-cell-0.png
51 |
52 | for (let c = 0; c < numCellImages; ++c) {
> 53 | expect(results[c]).toMatchSnapshot(getCaptureImageName(contextPrefix, notebook, c));
| ^
54 | }
55 |
56 | await page.notebook.close(true);
at testCellOutputs (/home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:53:26)
at /home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:116:5
|
|
tests/bqplot.test.ts:112:7 › bqplot Visual Regression › Light theme: Check bqplot first renders:
ui-tests/tests/bqplot.test.ts#L53
1) tests/bqplot.test.ts:112:7 › bqplot Visual Regression › Light theme: Check bqplot first renders
Error: expect(Buffer).toMatchSnapshot(expected) failed
49 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: light-scatter.ipynb-cell-0.png
51 |
52 | for (let c = 0; c < numCellImages; ++c) {
> 53 | expect(results[c]).toMatchSnapshot(getCaptureImageName(contextPrefix, notebook, c));
| ^
54 | }
55 |
56 | await page.notebook.close(true);
at testCellOutputs (/home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:53:26)
at /home/runner/work/bqplot-gl/bqplot-gl/ui-tests/tests/bqplot.test.ts:116:5
|
|
🎭 Playwright Run Summary
4 failed
tests/bqplot.test.ts:112:7 › bqplot Visual Regression › Light theme: Check bqplot first renders
tests/bqplot.test.ts:119:7 › bqplot Visual Regression › Dark theme: Check bqplot first renders ─
tests/bqplot.test.ts:126:7 › bqplot Visual Regression › Light theme: Check bqplot update plot properties
tests/bqplot.test.ts:133:7 › bqplot Visual Regression › Dark theme: Check bqplot update plot properties
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
bqplot-playwright-tests
Expired
|
38.3 MB |
sha256:e3d3ea9bf1dc35c447fcd0a90f85d057683bdd6aeae572200310bcaf0e27abf6
|
|
|
dist 119
Expired
|
12.2 MB |
sha256:194b32e4f07404cd83ffb23bde124e08167212dbf6dbd1f8c4e60cc35d1a4b5b
|
|