Bump the actions group with 3 updates #217
galata.yml
on: pull_request
Visual Regression Tests
36m 15s
Matrix: Visual Regression Documentation
Annotations
10 errors, 3 warnings, and 2 notices
[documentation] › test/documentation/general.test.ts:602:7 › General › Open With:
core/galata/test/documentation/general.test.ts#L621
1) [documentation] › test/documentation/general.test.ts:602:7 › General › Open With ──────────────
Error: Screenshot comparison failed:
10135 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Open-With-documentation/file-formats-open-with-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Open-With-documentation/file-formats-open-with-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Open-With-documentation/file-formats-open-with-diff.png
619 | expect(
620 | await page.screenshot({ clip: { y: 0, x: 0, width: 700, height: 500 } })
> 621 | ).toMatchSnapshot('file_formats_open_with.png');
| ^
622 | });
623 |
624 | test('HTML Display', async ({ page, tmpPath }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:621:7
|
[jupyterlab] › test/jupyterlab/completer.test.ts:41:9 › Completer › Notebook › Show documentation panel:
galata/test/jupyterlab/completer.test.ts#L1
1) [jupyterlab] › test/jupyterlab/completer.test.ts:41:9 › Completer › Notebook › Show documentation panel
Test timeout of 60000ms exceeded.
|
[jupyterlab] › test/jupyterlab/completer.test.ts:41:9 › Completer › Notebook › Show documentation panel:
galata/test/jupyterlab/completer.test.ts#L85
1) [jupyterlab] › test/jupyterlab/completer.test.ts:41:9 › Completer › Notebook › Show documentation panel
Error: proxy.waitForSelector: Target closed
=========================== logs ===========================
waiting for locator('.jp-Completer-loading-bar') to be visible
============================================================
83 | completer = page.locator(COMPLETER_SELECTOR);
84 | await completer.waitFor();
> 85 | await page.waitForSelector('.jp-Completer-loading-bar');
| ^
86 | await page.waitForSelector('.jp-Completer-loading-bar', {
87 | state: 'detached'
88 | });
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/completer.test.ts:85:18
|
[jupyterlab] › test/jupyterlab/completer.test.ts:41:9 › Completer › Notebook › Show documentation panel:
galata/test/jupyterlab/completer.test.ts#L1
1) [jupyterlab] › test/jupyterlab/completer.test.ts:41:9 › Completer › Notebook › Show documentation panel
Pending operations:
- proxy.waitForSelector at test/jupyterlab/completer.test.ts:85:18
|
[jupyterlab] › test/jupyterlab/notebook-run.test.ts:33:7 › Notebook Run › Run Notebook and capture cell outputs:
galata/test/jupyterlab/notebook-run.test.ts#L62
2) [jupyterlab] › test/jupyterlab/notebook-run.test.ts:33:7 › Notebook Run › Run Notebook and capture cell outputs
Error: Screenshot comparison failed:
316 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/galata/test-results/test-jupyterlab-notebook-run-Notebook-Run-Run-Notebook-and-capture-cell-outputs-jupyterlab/notebook-panel-1-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/galata/test-results/test-jupyterlab-notebook-run-Notebook-Run-Run-Notebook-and-capture-cell-outputs-jupyterlab/notebook-panel-1-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/galata/test-results/test-jupyterlab-notebook-run-Notebook-Run-Run-Notebook-and-capture-cell-outputs-jupyterlab/notebook-panel-1-diff.png
60 |
61 | for (let c = 0; c < numNBImages; ++c) {
> 62 | expect.soft(captures[c]).toMatchSnapshot(getCaptureImageName(c));
| ^
63 | }
64 | });
65 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/notebook-run.test.ts:62:32
|
[jupyterlab] › test/jupyterlab/notebook-scroll.test.ts:188:7 › Notebook scroll over long outputs (with windowing) › should scroll smoothly without snapping to headings:
galata/test/jupyterlab/notebook-scroll.test.ts#L223
3) [jupyterlab] › test/jupyterlab/notebook-scroll.test.ts:188:7 › Notebook scroll over long outputs (with windowing) › should scroll smoothly without snapping to headings
Error: expect(received).toBeGreaterThan(expected)
Expected: > 75
Received: 67
221 | // does not wait we allow for some wiggle room (+/-25px).
222 | expect(diff).toBeLessThanOrEqual(125);
> 223 | expect(diff).toBeGreaterThan(75);
| ^
224 | previousOffset = offset;
225 | }
226 | });
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/notebook-scroll.test.ts:223:20
|
[jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators:
galata/test/jupyterlab/toc-running.test.ts#L10
4) [jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators
Test timeout of 60000ms exceeded while running "beforeEach" hook.
8 |
9 | test.describe('ToC Running indicator', () => {
> 10 | test.beforeEach(async ({ page, tmpPath }) => {
| ^
11 | await page.notebook.openByPath(`${tmpPath}/${fileName}`);
12 | await page.notebook.activate(fileName);
13 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/toc-running.test.ts:10:8
|
[jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators:
galata/src/helpers/filebrowser.ts#L69
4) [jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators
Error: page.$: Target page, context or browser has been closed
at src/helpers/filebrowser.ts:69
67 | */
68 | async isFileListedInBrowser(fileName: string): Promise<boolean> {
> 69 | const item = await this.page.$(
| ^
70 | `xpath=${this.xpBuildFileSelector(fileName)}`
71 | );
72 | return item !== null;
at FileBrowserHelper.isFileListedInBrowser (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:69:34)
at fn (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:58:25)
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/galata/src/utils.ts:166:33)
|
[jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level:
galata/test/jupyterlab/toc-running.test.ts#L10
5) [jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level
Test timeout of 60000ms exceeded while running "beforeEach" hook.
8 |
9 | test.describe('ToC Running indicator', () => {
> 10 | test.beforeEach(async ({ page, tmpPath }) => {
| ^
11 | await page.notebook.openByPath(`${tmpPath}/${fileName}`);
12 | await page.notebook.activate(fileName);
13 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/toc-running.test.ts:10:8
|
[jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level:
galata/src/helpers/filebrowser.ts#L69
5) [jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level
Error: page.$: Target closed
at src/helpers/filebrowser.ts:69
67 | */
68 | async isFileListedInBrowser(fileName: string): Promise<boolean> {
> 69 | const item = await this.page.$(
| ^
70 | `xpath=${this.xpBuildFileSelector(fileName)}`
71 | );
72 | return item !== null;
at FileBrowserHelper.isFileListedInBrowser (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:69:34)
at fn (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:58:25)
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/galata/src/utils.ts:166:33)
|
Visual Regression Documentation (3.10.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Visual Regression Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Visual Regression Tests
No files were found with the provided path: galata/test-jupyterlab-results
galata/test-results. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 flaky
[documentation] › test/documentation/general.test.ts:602:7 › General › Open With ───────────────
61 passed (5.2m)
|
🎭 Playwright Run Summary
5 flaky
[jupyterlab] › test/jupyterlab/completer.test.ts:41:9 › Completer › Notebook › Show documentation panel
[jupyterlab] › test/jupyterlab/notebook-run.test.ts:33:7 › Notebook Run › Run Notebook and capture cell outputs
[jupyterlab] › test/jupyterlab/notebook-scroll.test.ts:188:7 › Notebook scroll over long outputs (with windowing) › should scroll smoothly without snapping to headings
[jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators
[jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level
406 passed (28.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
jupyterlab-documentation-report
Expired
|
1.08 MB |
|
jupyterlab-documentation-test-assets
Expired
|
273 KB |
|
jupyterlab-galata-report
Expired
|
6.41 MB |
|