WIP: feat: complete agentic ACP workflow and pinned editor tabs #7330
e2e.yml
on: pull_request
ubuntu-latest, Node.js 20.x
25m 54s
Annotations
3 errors, 6 warnings, and 1 notice
|
../../src/tests/terminal-file-tree-refresh.test.ts:43:7 › 终端文件树自动刷新 › 终端创建和删除文件后 Explorer 无需手动刷新即可同步:
tools/playwright/src/tests/utils/acp-bdd-fixture.ts#L294
2) ../../src/tests/terminal-file-tree-refresh.test.ts:43:7 › 终端文件树自动刷新 › 终端创建和删除文件后 Explorer 无需手动刷新即可同步
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('#agentic-chat-panel-header-maximize [role="button"]').first() to be visible
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
- locator resolved to hidden <div tabindex="0" role="button" aria-pressed="true" a…>…</div>
|
|
../../src/tests/explorer-view.test.ts:335:7 › OpenSumi Explorer Panel › when a new file is created through explorer actions:
tools/playwright/src/panel.ts#L41
1) ../../src/tests/explorer-view.test.ts:335:7 › OpenSumi Explorer Panel › when a new file is created through explorer actions, the rest of the expanded folders are still expanded
Error: locator.click: Test ended.
Call log:
- waiting for locator('#opensumi-left-tabbar li#explorer, #opensumi-bottom-tabbar li#explorer').first()
at ../../src/panel.ts:41
39 | .first();
40 | if ((await tab.count()) > 0 && (await tab.isVisible())) {
> 41 | await tab.click();
| ^
42 | try {
43 | await this.waitForVisible(10000);
44 | this.view = await this.page.$(this.viewSelector);
at OpenSumiExplorerView.open (/home/runner/work/core/core/tools/playwright/src/panel.ts:41:17)
at OpenSumiApp.open (/home/runner/work/core/core/tools/playwright/src/app.ts:127:5)
at /home/runner/work/core/core/tools/playwright/src/tests/explorer-view.test.ts:337:16
|
|
../../src/tests/explorer-view.test.ts:335:7 › OpenSumi Explorer Panel › when a new file is created through explorer actions:
tools/playwright/src/tests/explorer-view.test.ts#L0
1) ../../src/tests/explorer-view.test.ts:335:7 › OpenSumi Explorer Panel › when a new file is created through explorer actions, the rest of the expanded folders are still expanded
Test timeout of 60000ms exceeded.
|
|
ubuntu-latest, Node.js 20.x
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Slow Test:
src/tests/search-view.test.ts#L0
src/tests/search-view.test.ts took 21.8s
|
|
Slow Test:
src/tests/debug.test.ts#L0
src/tests/debug.test.ts took 23.7s
|
|
Slow Test:
src/tests/acp-chat-agentic-task-workbench.test.ts#L0
src/tests/acp-chat-agentic-task-workbench.test.ts took 30.4s
|
|
Slow Test:
src/tests/acp-chat-agentic-error-taxonomy.test.ts#L0
src/tests/acp-chat-agentic-error-taxonomy.test.ts took 1.4m
|
|
Slow Test:
src/tests/editor.test.ts#L0
src/tests/editor.test.ts took 1.7m
|
|
🎭 Playwright Run Summary
2 flaky
../../src/tests/explorer-view.test.ts:335:7 › OpenSumi Explorer Panel › when a new file is created through explorer actions, the rest of the expanded folders are still expanded
../../src/tests/terminal-file-tree-refresh.test.ts:43:7 › 终端文件树自动刷新 › 终端创建和删除文件后 Explorer 无需手动刷新即可同步
1 skipped
104 passed (20.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
579 KB |
sha256:8a437a40e993afc12dd0413c6b882009a7515f329f66739a6a6145fa4bd756d8
|
|