Use npm instead of yarn to build Theia (#14481) #7766
playwright.yml
on: push
Playwright Tests (ubuntu-22.04, Node.js 18.x)
10m 56s
Annotations
3 errors, 5 warnings, and 1 notice
../../src/tests/theia-notebook-editor.test.ts:101:9 › Theia Notebook Editor interaction › should split cell:
examples/playwright/src/tests/theia-notebook-editor.test.ts#L119
1) ../../src/tests/theia-notebook-editor.test.ts:101:9 › Theia Notebook Editor interaction › should split cell
Error: elementHandle.click: Element is not attached to the DOM
Call log:
- attempting click action
- waiting for element to be visible, enabled and stable
117 | const box = await line?.boundingBox();
118 | console.log(`Split cell test: visible = ${await line?.isVisible()}, box = {${box?.x},${box?.y},${box?.width},${box?.height}}`);
> 119 | await line!.click();
| ^
120 | await line!.press('ArrowRight');
121 |
122 | // split cell
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-notebook-editor.test.ts:119:21
|
../../src/tests/theia-problems-view.test.ts:34:9 › Theia Problems View › should be visible and active after being opened:
examples/playwright/src/tests/theia-problems-view.test.ts#L1
2) ../../src/tests/theia-problems-view.test.ts:34:9 › Theia Problems View › should be visible and active after being opened
Test timeout of 30000ms exceeded.
|
../../src/tests/theia-problems-view.test.ts:34:9 › Theia Problems View › should be visible and active after being opened:
examples/playwright/src/theia-view.ts#L75
2) ../../src/tests/theia-problems-view.test.ts:34:9 › Theia Problems View › should be visible and active after being opened
Error: page.waitForSelector: Target page, context or browser has been closed
Call log:
- waiting for locator('#problems') to be visible
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems" class="p-Widget theia-Tree theia-marker-container p-DockPanel-widget ps">…</div>
- locator resolved to hidden <div tabindex="0" id="problems"
|
Slow Test:
src/tests/theia-quick-command.test.ts#L1
src/tests/theia-quick-command.test.ts took 46.8s
|
Slow Test:
src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 26.2s
|
Slow Test:
src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 18.1s
|
Slow Test:
src/tests/theia-explorer-view.test.ts#L1
src/tests/theia-explorer-view.test.ts took 17.6s
|
Slow Test:
src/tests/theia-output-view.test.ts#L1
src/tests/theia-output-view.test.ts took 15.1s
|
🎭 Playwright Run Summary
2 flaky
../../src/tests/theia-notebook-editor.test.ts:101:9 › Theia Notebook Editor interaction › should split cell
../../src/tests/theia-problems-view.test.ts:34:9 › Theia Problems View › should be visible and active after being opened
3 skipped
89 passed (6.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-test-results
|
1.11 MB |
|