Update yarn packages and fix CI (#21) #120
build.yml
on: push
build
4m 5s
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
|
37.1 MB |
sha256:bf7ae932b804b160af5fdc65a534a0c066642aba779d978508c4d46f33a874c8
|
|
|
dist 120
|
12.2 MB |
sha256:6da83c3a230d4f7873553006a0130d65c240333c521c965849a548943a68b56f
|
|