Compute frontend version automatically #136
build.yml
on: pull_request
build
4m 11s
visual-regression-tests
2m 51s
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
4366 pixels (ratio 0.02 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
4366 pixels (ratio 0.02 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
4211 pixels (ratio 0.02 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
4211 pixels (ratio 0.02 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
11540 pixels (ratio 0.04 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
11540 pixels (ratio 0.04 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
11265 pixels (ratio 0.04 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
11265 pixels (ratio 0.04 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
|
31.2 MB |
sha256:a44a31056f89c04f6edc5b8e940f26216937c44d81cdec231f526d27043ad82b
|
|