Bump @jupyter/collaboration
to v3
#22
update_galata_references.yaml
on: issue_comment
update-snapshots
8m 41s
Annotations
10 errors, 1 warning, and 1 notice
tests/ui.spec.ts:20:9 › UI Test › Extension activation test › should emit an activation console message:
ui-tests/tests/ui.spec.ts#L34
1) tests/ui.spec.ts:20:9 › UI Test › Extension activation test › should emit an activation console message
Error: expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
32 | expect(
33 | logs.filter(s => s === 'jupytercad:fcplugin is activated!')
> 34 | ).toHaveLength(1);
| ^
35 | });
36 | });
37 |
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:34:9
|
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example_2D.FCStd without error:
ui-tests/tests/ui.spec.ts#L81
2) tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example_2D.FCStd without error
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
79 | await page.waitForTimeout(1000);
80 | const main = await page.$('#jp-main-split-panel');
> 81 | expect(errors).toBe(0);
| ^
82 | if (main) {
83 | expect(await main.screenshot()).toMatchSnapshot({
84 | name: `Render-${file}.png`,
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:81:24
|
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example1.FCStd without error:
ui-tests/tests/ui.spec.ts#L81
3) tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example1.FCStd without error
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
79 | await page.waitForTimeout(1000);
80 | const main = await page.$('#jp-main-split-panel');
> 81 | expect(errors).toBe(0);
| ^
82 | if (main) {
83 | expect(await main.screenshot()).toMatchSnapshot({
84 | name: `Render-${file}.png`,
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:81:24
|
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example2.FCStd without error:
ui-tests/tests/ui.spec.ts#L81
4) tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example2.FCStd without error
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
79 | await page.waitForTimeout(1000);
80 | const main = await page.$('#jp-main-split-panel');
> 81 | expect(errors).toBe(0);
| ^
82 | if (main) {
83 | expect(await main.screenshot()).toMatchSnapshot({
84 | name: `Render-${file}.png`,
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:81:24
|
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example3.FCStd without error:
ui-tests/tests/ui.spec.ts#L81
5) tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example3.FCStd without error
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
79 | await page.waitForTimeout(1000);
80 | const main = await page.$('#jp-main-split-panel');
> 81 | expect(errors).toBe(0);
| ^
82 | if (main) {
83 | expect(await main.screenshot()).toMatchSnapshot({
84 | name: `Render-${file}.png`,
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:81:24
|
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example4.FCStd without error:
ui-tests/tests/ui.spec.ts#L81
6) tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example4.FCStd without error
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
79 | await page.waitForTimeout(1000);
80 | const main = await page.$('#jp-main-split-panel');
> 81 | expect(errors).toBe(0);
| ^
82 | if (main) {
83 | expect(await main.screenshot()).toMatchSnapshot({
84 | name: `Render-${file}.png`,
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:81:24
|
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example5.FCStd without error:
ui-tests/tests/ui.spec.ts#L81
7) tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example5.FCStd without error
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
79 | await page.waitForTimeout(1000);
80 | const main = await page.$('#jp-main-split-panel');
> 81 | expect(errors).toBe(0);
| ^
82 | if (main) {
83 | expect(await main.screenshot()).toMatchSnapshot({
84 | name: `Render-${file}.png`,
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:81:24
|
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example6.FCStd without error:
ui-tests/tests/ui.spec.ts#L81
8) tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example6.FCStd without error
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
79 | await page.waitForTimeout(1000);
80 | const main = await page.$('#jp-main-split-panel');
> 81 | expect(errors).toBe(0);
| ^
82 | if (main) {
83 | expect(await main.screenshot()).toMatchSnapshot({
84 | name: `Render-${file}.png`,
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:81:24
|
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render common.FCStd without error:
ui-tests/tests/ui.spec.ts#L81
9) tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render common.FCStd without error
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
79 | await page.waitForTimeout(1000);
80 | const main = await page.$('#jp-main-split-panel');
> 81 | expect(errors).toBe(0);
| ^
82 | if (main) {
83 | expect(await main.screenshot()).toMatchSnapshot({
84 | name: `Render-${file}.png`,
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:81:24
|
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render cut.FCStd without error:
ui-tests/tests/ui.spec.ts#L81
10) tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render cut.FCStd without error
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
79 | await page.waitForTimeout(1000);
80 | const main = await page.$('#jp-main-split-panel');
> 81 | expect(errors).toBe(0);
| ^
82 | if (main) {
83 | expect(await main.screenshot()).toMatchSnapshot({
84 | name: `Render-${file}.png`,
at /home/runner/work/JupyterCAD-FreeCAD/JupyterCAD-FreeCAD/ui-tests/tests/ui.spec.ts:81:24
|
update-snapshots
The following actions use a deprecated Node.js version and will be forced to run on node20: dawidd6/action-download-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
14 failed
tests/ui.spec.ts:20:9 › UI Test › Extension activation test › should emit an activation console message
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example_2D.FCStd without error
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example1.FCStd without error
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example2.FCStd without error
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example3.FCStd without error
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example4.FCStd without error
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example5.FCStd without error
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render example6.FCStd without error
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render common.FCStd without error
tests/ui.spec.ts:62:11 › UI Test › File rendering test › Should be able to render cut.FCStd without error
tests/ui.spec.ts:114:9 › UI Test › File operator test › Should be able to add object to scene ──
tests/ui.spec.ts:154:9 › UI Test › File operator test › Should be able to remove object ────────
tests/ui.spec.ts:196:9 › UI Test › File operator test › Should be able to edit object ──────────
tests/ui.spec.ts:244:9 › UI Test › File operator test › Should be able to do multi selection ───
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
2.81 MB |
|
playwright-snapshots
Expired
|
331 KB |
|