Compute frontend version automatically #135
build.yml
on: pull_request
build
4m 12s
visual-regression-tests
2m 46s
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
Expected an image 656px by 485px, received 656px by 703px. 153208 pixels (ratio 0.34 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
Expected an image 656px by 485px, received 656px by 703px. 153208 pixels (ratio 0.34 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
Expected an image 656px by 485px, received 656px by 703px. 42881 pixels (ratio 0.10 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
Expected an image 656px by 485px, received 656px by 703px. 42881 pixels (ratio 0.10 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
Expected an image 656px by 485px, received 656px by 703px. 159612 pixels (ratio 0.35 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
Expected an image 656px by 485px, received 656px by 703px. 159612 pixels (ratio 0.35 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
Expected an image 656px by 485px, received 656px by 703px. 33974 pixels (ratio 0.08 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
Expected an image 656px by 485px, received 656px by 703px. 34008 pixels (ratio 0.08 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
|
47.3 MB |
sha256:a2095d8d301115648a7d3b80d4e0a25522e4cc86cfbb3a0da4ec7799afe205f5
|
|
|
dist 135
Expired
|
12.2 MB |
sha256:2457e143520fc90096abb4ab436ae50259e0a95bb155b7705f4e22598eff4629
|
|