Updated Dockerfile to node 20 and latest ubuntu. #156
cicd-feature.yml
on: push
Matrix: build-and-test / build-and-test
build-and-test
/
Publish Unit Test Report
12s
Annotations
9 errors, 3 warnings, and 1 notice
crossmodel-explorer-view.spec.ts:16:8 › CrossModel Explorer View › code and form editor options available in the context menu on an entity:
e2e-tests/src/tests/crossmodel-explorer-view.spec.ts#L23
1) crossmodel-explorer-view.spec.ts:16:8 › CrossModel Explorer View › code and form editor options available in the context menu on an entity
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.p-Menu-content .p-Menu-itemLabel').locator('text=Code Editor') to be visible
============================================================
21 | expect(await menu.isOpen()).toBe(true);
22 | // Expect the Code and Form editor to be in the Open With menu option.
> 23 | expect(await menu.menuItemByNamePath('Open With', 'Code Editor')).toBeDefined();
| ^
24 | expect(await menu.menuItemByNamePath('Open With', 'Form Editor')).toBeDefined();
25 | await menu.close();
26 | });
at TheiaContextMenu.menuItemByNamePath (/home/runner/work/crossmodel/crossmodel/node_modules/@theia/playwright/src/theia-menu.ts:75:36)
at /home/runner/work/crossmodel/crossmodel/e2e-tests/src/tests/crossmodel-explorer-view.spec.ts:23:14
|
crossmodel-explorer-view.spec.ts:16:8 › CrossModel Explorer View › code and form editor options available in the context menu on an entity:
e2e-tests/src/tests/crossmodel-explorer-view.spec.ts#L23
1) crossmodel-explorer-view.spec.ts:16:8 › CrossModel Explorer View › code and form editor options available in the context menu on an entity
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.p-Menu-content .p-Menu-itemLabel').locator('text=Code Editor') to be visible
============================================================
21 | expect(await menu.isOpen()).toBe(true);
22 | // Expect the Code and Form editor to be in the Open With menu option.
> 23 | expect(await menu.menuItemByNamePath('Open With', 'Code Editor')).toBeDefined();
| ^
24 | expect(await menu.menuItemByNamePath('Open With', 'Form Editor')).toBeDefined();
25 | await menu.close();
26 | });
at TheiaContextMenu.menuItemByNamePath (/home/runner/work/crossmodel/crossmodel/node_modules/@theia/playwright/src/theia-menu.ts:75:36)
at /home/runner/work/crossmodel/crossmodel/e2e-tests/src/tests/crossmodel-explorer-view.spec.ts:23:14
|
crossmodel-explorer-view.spec.ts:28:8 › CrossModel Explorer View › code and form editor options available in the context menu on a relationship:
e2e-tests/src/tests/crossmodel-explorer-view.spec.ts#L35
2) crossmodel-explorer-view.spec.ts:28:8 › CrossModel Explorer View › code and form editor options available in the context menu on a relationship
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.p-Menu-content .p-Menu-itemLabel').locator('text=Code Editor') to be visible
============================================================
33 | expect(await menu.isOpen()).toBe(true);
34 | // Expect the Code and Form editor to be in the Open With menu option.
> 35 | expect(await menu.menuItemByNamePath('Open With', 'Code Editor')).toBeDefined();
| ^
36 | expect(await menu.menuItemByNamePath('Open With', 'Form Editor')).toBeDefined();
37 | await menu.close();
38 | });
at TheiaContextMenu.menuItemByNamePath (/home/runner/work/crossmodel/crossmodel/node_modules/@theia/playwright/src/theia-menu.ts:75:36)
at /home/runner/work/crossmodel/crossmodel/e2e-tests/src/tests/crossmodel-explorer-view.spec.ts:35:14
|
crossmodel-explorer-view.spec.ts:28:8 › CrossModel Explorer View › code and form editor options available in the context menu on a relationship:
e2e-tests/src/tests/crossmodel-explorer-view.spec.ts#L35
2) crossmodel-explorer-view.spec.ts:28:8 › CrossModel Explorer View › code and form editor options available in the context menu on a relationship
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.p-Menu-content .p-Menu-itemLabel').locator('text=Code Editor') to be visible
============================================================
33 | expect(await menu.isOpen()).toBe(true);
34 | // Expect the Code and Form editor to be in the Open With menu option.
> 35 | expect(await menu.menuItemByNamePath('Open With', 'Code Editor')).toBeDefined();
| ^
36 | expect(await menu.menuItemByNamePath('Open With', 'Form Editor')).toBeDefined();
37 | await menu.close();
38 | });
at TheiaContextMenu.menuItemByNamePath (/home/runner/work/crossmodel/crossmodel/node_modules/@theia/playwright/src/theia-menu.ts:75:36)
at /home/runner/work/crossmodel/crossmodel/e2e-tests/src/tests/crossmodel-explorer-view.spec.ts:35:14
|
crossmodel-explorer-view.spec.ts:40:8 › CrossModel Explorer View › code and diagram editor options available in the context menu on a diagram:
e2e-tests/src/tests/crossmodel-explorer-view.spec.ts#L47
3) crossmodel-explorer-view.spec.ts:40:8 › CrossModel Explorer View › code and diagram editor options available in the context menu on a diagram
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.p-Menu-content .p-Menu-itemLabel').locator('text=Code Editor') to be visible
============================================================
45 | expect(await menu.isOpen()).toBe(true);
46 | // Expect the Code and Form editor to be in the Open With menu option.
> 47 | expect(await menu.menuItemByNamePath('Open With', 'Code Editor')).toBeDefined();
| ^
48 | expect(await menu.menuItemByNamePath('Open With', 'System Diagram')).toBeDefined();
49 | await menu.close();
50 | });
at TheiaContextMenu.menuItemByNamePath (/home/runner/work/crossmodel/crossmodel/node_modules/@theia/playwright/src/theia-menu.ts:75:36)
at /home/runner/work/crossmodel/crossmodel/e2e-tests/src/tests/crossmodel-explorer-view.spec.ts:47:14
|
crossmodel-explorer-view.spec.ts:40:8 › CrossModel Explorer View › code and diagram editor options available in the context menu on a diagram:
e2e-tests/src/tests/crossmodel-explorer-view.spec.ts#L47
3) crossmodel-explorer-view.spec.ts:40:8 › CrossModel Explorer View › code and diagram editor options available in the context menu on a diagram
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.p-Menu-content .p-Menu-itemLabel').locator('text=Code Editor') to be visible
============================================================
45 | expect(await menu.isOpen()).toBe(true);
46 | // Expect the Code and Form editor to be in the Open With menu option.
> 47 | expect(await menu.menuItemByNamePath('Open With', 'Code Editor')).toBeDefined();
| ^
48 | expect(await menu.menuItemByNamePath('Open With', 'System Diagram')).toBeDefined();
49 | await menu.close();
50 | });
at TheiaContextMenu.menuItemByNamePath (/home/runner/work/crossmodel/crossmodel/node_modules/@theia/playwright/src/theia-menu.ts:75:36)
at /home/runner/work/crossmodel/crossmodel/e2e-tests/src/tests/crossmodel-explorer-view.spec.ts:47:14
|
build-and-test / ubuntu-latest
The process '/usr/bin/xvfb-run' failed with exit code 1
|
build-and-test / windows-2019
Process completed with exit code 1.
|
build-and-test / macos-11
The run was canceled by @martin-fleck-at.
|
build-and-test / ubuntu-latest
The following actions uses Node.js version which is deprecated and will be forced to run on node20: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
e2e-tests/crossmodel-explorer-view.spec.ts#L1
e2e-tests/crossmodel-explorer-view.spec.ts took 1.1m
|
build-and-test / windows-2019
No files were found with the provided path: unit-test-results. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
3 failed
crossmodel-explorer-view.spec.ts:16:8 › CrossModel Explorer View › code and form editor options available in the context menu on an entity
crossmodel-explorer-view.spec.ts:28:8 › CrossModel Explorer View › code and form editor options available in the context menu on a relationship
crossmodel-explorer-view.spec.ts:40:8 › CrossModel Explorer View › code and diagram editor options available in the context menu on a diagram
4 passed (1.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
allure-results
Expired
|
430 KB |
|
unit-test-results
Expired
|
2.19 KB |
|