Bump @jupyter/collaboration
to v3
#73
build.yml
on: pull_request
build
2m 15s
Check Links
33s
Annotations
4 errors, 5 warnings, and 1 notice
tests/ui.spec.ts:196:9 › UI Test › File operator test › Should be able to edit object:
ui-tests/tests/ui.spec.ts#L233
1) tests/ui.spec.ts:196:9 › UI Test › File operator test › Should be able to edit object ─────────
Error: Screenshot comparison failed:
75154 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts-snapshots/Operator-Edit-example4-FCStd-linux.png
Received: /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/test-results/tests-ui-UI-Test-File-oper-92d46-ould-be-able-to-edit-object/Operator-Edit-example4-FCStd-actual.png
Diff: /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/test-results/tests-ui-UI-Test-File-oper-92d46-ould-be-able-to-edit-object/Operator-Edit-example4-FCStd-diff.png
231 | const main = await page.$('#jp-main-split-panel');
232 | if (main) {
> 233 | expect(await main.screenshot()).toMatchSnapshot({
| ^
234 | name: `Operator-Edit-${fileName}.png`,
235 | maxDiffPixelRatio: 0.01
236 | });
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:233:41
|
tests/ui.spec.ts:240:9 › UI Test › File operator test › Should be able to do multi selection:
ui-tests/tests/ui.spec.ts#L1
2) tests/ui.spec.ts:240:9 › UI Test › File operator test › Should be able to do multi selection ──
Test timeout of 60000ms exceeded.
|
tests/ui.spec.ts:240:9 › UI Test › File operator test › Should be able to do multi selection:
ui-tests/tests/ui.spec.ts#L287
2) tests/ui.spec.ts:240:9 › UI Test › File operator test › Should be able to do multi selection ──
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTitle('Cut', { exact: true })
285 |
286 | // Apply a cut operator from the selection
> 287 | await page.getByTitle('Cut', { exact: true }).click();
| ^
288 | await page
289 | .locator('.jp-Dialog-body')
290 | .locator('div.jp-Dialog-buttonLabel', {
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:287:53
|
Integration tests
Process completed with exit code 1.
|
Check Links
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/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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/
|
test_isolated
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/download-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/
|
Integration tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, 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: "extension-artifacts", "jupytercad-playwright-tests".
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
2 failed
tests/ui.spec.ts:196:9 › UI Test › File operator test › Should be able to edit object ──────────
tests/ui.spec.ts:240:9 › UI Test › File operator test › Should be able to do multi selection ───
12 passed (2.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
extension-artifacts
|
906 KB |
|
jupytercad-playwright-tests
|
2.31 MB |
|