Enhance WebMCP tool metadata, RPC reliability and add thread status services and add agent layout #7294
e2e.yml
on: pull_request
ubuntu-latest, Node.js 20.x
22m 0s
Annotations
3 errors, 6 warnings, and 1 notice
|
../../src/tests/debug.test.ts:96:7 › OpenSumi Debug › Run Debug should be worked:
tools/playwright/src/debug-view.ts#L46
2) ../../src/tests/debug.test.ts:96:7 › OpenSumi Debug › Run Debug should be worked ──────────────
Error: elementHandle.click: Element is not attached to the DOM
Call log:
- attempting click action
- waiting for element to be visible, enabled and stable
at ../../src/debug-view.ts:46
44 | async stop() {
45 | const action = await this.getToobarAction('Stop');
> 46 | await action?.click();
| ^
47 | }
48 |
49 | async continue() {
at OpenSumiDebugView.stop (/home/runner/work/core/core/tools/playwright/src/debug-view.ts:46:19)
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:108:5
|
|
../../src/tests/acp-chat-agentic-session-isolation.test.ts:233:7 › ACP Chat Agentic Session Isolation › Session Isolation keeps history-backed sessions visually and metrically separate:
tools/playwright/src/tests/acp-chat-agentic-session-isolation.test.ts#L203
1) ../../src/tests/acp-chat-agentic-session-isolation.test.ts:233:7 › ACP Chat Agentic Session Isolation › Session Isolation keeps history-backed sessions visually and metrically separate
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
201 | expect(proof.assistantRows).toBeLessThanOrEqual(baseline.assistantRows + 2);
202 | expect(proof.reasoningToggleCount).toBeGreaterThanOrEqual(baseline.reasoningToggleCount + 1);
> 203 | expect(proof.toolCardCount).toBe(baseline.toolCardCount + 1);
| ^
204 | expect(proof.sendVisible).toBe(true);
205 | expect(proof.stopVisible).toBe(false);
206 | }
at expectCompletedSingleTurnShell (/home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-session-isolation.test.ts:203:31)
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-session-isolation.test.ts:253:5
|
|
../../src/tests/acp-chat-agentic-session-isolation.test.ts:233:7 › ACP Chat Agentic Session Isolation › Session Isolation keeps history-backed sessions visually and metrically separate:
tools/playwright/src/tests/acp-chat-agentic-session-isolation.test.ts#L203
1) ../../src/tests/acp-chat-agentic-session-isolation.test.ts:233:7 › ACP Chat Agentic Session Isolation › Session Isolation keeps history-backed sessions visually and metrically separate
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
201 | expect(proof.assistantRows).toBeLessThanOrEqual(baseline.assistantRows + 2);
202 | expect(proof.reasoningToggleCount).toBeGreaterThanOrEqual(baseline.reasoningToggleCount + 1);
> 203 | expect(proof.toolCardCount).toBe(baseline.toolCardCount + 1);
| ^
204 | expect(proof.sendVisible).toBe(true);
205 | expect(proof.stopVisible).toBe(false);
206 | }
at expectCompletedSingleTurnShell (/home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-session-isolation.test.ts:203:31)
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-session-isolation.test.ts:253:5
|
|
ubuntu-latest, Node.js 20.x
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Slow Test:
src/tests/scm.test.ts#L0
src/tests/scm.test.ts took 45.7s
|
|
Slow Test:
src/tests/extension.test.ts#L0
src/tests/extension.test.ts took 1.2m
|
|
Slow Test:
src/tests/acp-chat-agentic-error-taxonomy.test.ts#L0
src/tests/acp-chat-agentic-error-taxonomy.test.ts took 1.2m
|
|
Slow Test:
src/tests/editor.test.ts#L0
src/tests/editor.test.ts took 1.4m
|
|
Slow Test:
src/tests/explorer-view.test.ts#L0
src/tests/explorer-view.test.ts took 2.5m
|
|
🎭 Playwright Run Summary
2 flaky
../../src/tests/acp-chat-agentic-session-isolation.test.ts:233:7 › ACP Chat Agentic Session Isolation › Session Isolation keeps history-backed sessions visually and metrically separate
../../src/tests/debug.test.ts:96:7 › OpenSumi Debug › Run Debug should be worked ───────────────
73 passed (16.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
876 KB |
sha256:182c73dca61c81a853b3fc4c8ac6f32282926cf6257889b43f450d524998cd16
|
|