Update CI #2085
test.yml
on: pull_request
Run pre-commit hook
2m 32s
check_links
41s
Annotations
3 errors, 15 warnings, and 1 notice
tests/notebook.spec.ts:127:7 › Initialization › Open a notebook:
ui-tests/tests/notebook.spec.ts#L137
1) tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ───────────────────────────────
Error: Screenshot comparison failed:
5742 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-host-expected.png
Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-host-actual.png
Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-host-diff.png
135 |
136 | const nbPanel = await page.notebook.getNotebookInPanelLocator();
> 137 | expect.soft(await nbPanel?.screenshot()).toMatchSnapshot(
| ^
138 | 'initialization-open-notebook-host.png'
139 | );
140 |
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/notebook.spec.ts:137:46
|
tests/notebook.spec.ts:127:7 › Initialization › Open a notebook:
ui-tests/tests/notebook.spec.ts#L142
1) tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ───────────────────────────────
Error: Screenshot comparison failed:
5742 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-guest-expected.png
Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-guest-actual.png
Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-guest-diff.png
140 |
141 | const nbPanelGuest = await guestPage.notebook.getNotebookInPanelLocator();
> 142 | expect(await nbPanelGuest?.screenshot()).toMatchSnapshot(
| ^
143 | 'initialization-open-notebook-guest.png'
144 | );
145 |
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/notebook.spec.ts:142:46
|
ui_tests
Process completed with exit code 1.
|
Run pre-commit hook
The following actions uses node12 which is deprecated and will be forced to run on node16: pre-commit/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run pre-commit hook
The following actions use a deprecated Node.js version and will be forced to run on node20: pre-commit/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run pre-commit hook:
packages/collaboration/src/collaboratorspanel.tsx#L106
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/collaboratorspanel.tsx#L169
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/cursors.ts#L171
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/cursors.ts#L235
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/cursors.ts#L286
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/menu.ts#L65
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/menu.ts#L70
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/menu.ts#L76
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/menu.ts#L78
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/userinfopanel.tsx#L26
Forbidden non-null assertion
|
Test Minimum Versions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ui_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "jupyter-collaboration-playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
1 failed
tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ────────────────────────────────
3 skipped
14 passed (1.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
jupyter-collaboration-playwright-report
|
2.52 MB |
|