Dynamic version from JS #127
build.yml
on: pull_request
build
4m 3s
visual-regression-tests
2m 50s
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 448px. 38755 pixels (ratio 0.13 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 448px. 38755 pixels (ratio 0.13 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 448px. 14692 pixels (ratio 0.05 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 448px. 14692 pixels (ratio 0.05 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 448px. 45250 pixels (ratio 0.15 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 448px. 45250 pixels (ratio 0.15 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 448px. 20913 pixels (ratio 0.07 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 448px. 20913 pixels (ratio 0.07 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
|
44.7 MB |
sha256:fde0de2ae3a5818ecba4db44616af44e17e6de76112111ed540b42455dcacc55
|
|
|
dist 127
Expired
|
12.2 MB |
sha256:c638b1981172cc88609faca3ffce96c7f888c872f3a3ce06e813f11ddb44d94f
|
|