Add Translation Controls #1865
build.yml
on: pull_request
Build jupytercad
4m 38s
Check Links
1m 19s
test_isolated
36s
deploy
0s
Annotations
5 errors, 9 warnings, and 1 notice
tests/ui.spec.ts:237:9 › UI Test › File operator test › Should be able to do multi selection:
ui-tests/tests/ui.spec.ts#L275
1) tests/ui.spec.ts:237:9 › UI Test › File operator test › Should be able to do multi selection ──
Error: Screenshot comparison failed:
7069 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts-snapshots/MultiSelect-test-jcad-linux.png
Received: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/test-results/tests-ui-UI-Test-File-oper-adf4f--able-to-do-multi-selection/MultiSelect-test-jcad-actual.png
Diff: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/test-results/tests-ui-UI-Test-File-oper-adf4f--able-to-do-multi-selection/MultiSelect-test-jcad-diff.png
273 | let main = await page.$('#jp-main-split-panel');
274 | if (main) {
> 275 | expect(await main.screenshot()).toMatchSnapshot({
| ^
276 | name: `MultiSelect-${fileName}.png`
277 | });
278 | }
at /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts:275:41
|
tests/ui.spec.ts:237:9 › UI Test › File operator test › Should be able to do multi selection:
ui-tests/tests/ui.spec.ts#L275
1) tests/ui.spec.ts:237:9 › UI Test › File operator test › Should be able to do multi selection ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
7069 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts-snapshots/MultiSelect-test-jcad-linux.png
Received: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/test-results/tests-ui-UI-Test-File-oper-adf4f--able-to-do-multi-selection-retry1/MultiSelect-test-jcad-actual.png
Diff: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/test-results/tests-ui-UI-Test-File-oper-adf4f--able-to-do-multi-selection-retry1/MultiSelect-test-jcad-diff.png
273 | let main = await page.$('#jp-main-split-panel');
274 | if (main) {
> 275 | expect(await main.screenshot()).toMatchSnapshot({
| ^
276 | name: `MultiSelect-${fileName}.png`
277 | });
278 | }
at /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts:275:41
|
tests/ui.spec.ts:302:11 › UI Test › JCAD creation test › Extension activation test › should create a CAD File:
ui-tests/tests/ui.spec.ts#L315
2) tests/ui.spec.ts:302:11 › UI Test › JCAD creation test › Extension activation test › should create a CAD File
Error: Screenshot comparison failed:
1749 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts-snapshots/JCAD-New-linux.png
Received: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/test-results/tests-ui-UI-Test-JCAD-crea-0664a-st-should-create-a-CAD-File/JCAD-New-actual.png
Diff: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/test-results/tests-ui-UI-Test-JCAD-crea-0664a-st-should-create-a-CAD-File/JCAD-New-diff.png
313 |
314 | if (main) {
> 315 | expect(await main.screenshot()).toMatchSnapshot({
| ^
316 | name: `JCAD-New.png`
317 | });
318 | }
at /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts:315:43
|
tests/ui.spec.ts:302:11 › UI Test › JCAD creation test › Extension activation test › should create a CAD File:
ui-tests/tests/ui.spec.ts#L315
2) tests/ui.spec.ts:302:11 › UI Test › JCAD creation test › Extension activation test › should create a CAD File
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1769 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts-snapshots/JCAD-New-linux.png
Received: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/test-results/tests-ui-UI-Test-JCAD-crea-0664a-st-should-create-a-CAD-File-retry1/JCAD-New-actual.png
Diff: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/test-results/tests-ui-UI-Test-JCAD-crea-0664a-st-should-create-a-CAD-File-retry1/JCAD-New-diff.png
313 |
314 | if (main) {
> 315 | expect(await main.screenshot()).toMatchSnapshot({
| ^
316 | name: `JCAD-New.png`
317 | });
318 | }
at /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts:315:43
|
Integration tests
Process completed with exit code 1.
|
Build jupytercad
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
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 jupytercad
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build jupytercad
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v2, 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/
|
Build jupytercad
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
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/
|
Build JupyterLite
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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. 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".
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:237:9 › UI Test › File operator test › Should be able to do multi selection ───
tests/ui.spec.ts:302:11 › UI Test › JCAD creation test › Extension activation test › should create a CAD File
13 passed (2.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
appsharingspace
|
355 Bytes |
|
extension-artifacts
|
24.7 MB |
|
galata-apss
|
356 Bytes |
|
github-pages
|
33.8 MB |
|
jupytercad-playwright-tests
|
2.43 MB |
|