Enhance WebMCP tool metadata, RPC reliability and add thread status services and add agent layout #7291
e2e.yml
on: pull_request
ubuntu-latest, Node.js 20.x
8m 24s
Annotations
10 errors, 1 warning, and 1 notice
|
../../src/tests/acp-chat-agentic-deep-thinking-collapse.test.ts:87:7 › ACP Chat Agentic Deep Thinking collapse › keeps Deep Thinking collapsed by default and expandable during streaming:
tools/playwright/src/tests/acp-chat-agentic-deep-thinking-collapse.test.ts#L157
3) ../../src/tests/acp-chat-agentic-deep-thinking-collapse.test.ts:87:7 › ACP Chat Agentic Deep Thinking collapse › keeps Deep Thinking collapsed by default and expandable during streaming
Error: expect(received).toContain(expected) // indexOf
Expected substring: "BDD_THOUGHT_STEP_1"
Received string: "BDD deep thinking expands while streaming
Deep Thinking
Afresh
/
Add Context
Agent
BDD Small
Medium
Off
Quick Open·
CtrlP·
Command Palette·
CtrlShiftP·
Toggle Terminal Panel·
Ctrl`·
Toggle Search Panel·
CtrlShiftF
PROBLEMS
OUTPUT
DEBUG CONSOLE
TERMINAL
TERMINAL
bash
Type # for AI Suggestions
EXPLORER
OPENED EDITORS
WORKSPACE2026511-5339-6PDXF2.LJ917
.sumi
test
editor-undo-redo.text
editor.js
editor2.js
editor3.js
OUTLINE
MultiDiff·
Test
0·
0·
Thanks for installing vscode-icons.·
Origin: vscode-icons
Activate
Learn more about File & Folder icons
Learn about this extension"
155 |
156 | const expandedAfterStream = await visibleTextSnapshot(EXPANDED_PROMPT);
> 157 | expect(expandedAfterStream).toContain(FIRST_REASONING_SENTINEL);
| ^
158 | expect(expandedAfterStream).toContain(SECOND_REASONING_SENTINEL);
159 | const expandedProof = await evidence.saveJson(
160 | '02-expanded-during-stream',
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-deep-thinking-collapse.test.ts:157:33
|
|
../../src/tests/acp-chat-agentic-startup.test.ts:39:7 › ACP Chat Agentic startup layout › starts with a usable Agentic chat layout and safe default tool surface:
tools/playwright/src/tests/acp-chat-agentic-startup.test.ts#L58
2) ../../src/tests/acp-chat-agentic-startup.test.ts:39:7 › ACP Chat Agentic startup layout › starts with a usable Agentic chat layout and safe default tool surface
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('EXPLORER', { exact: true }).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('EXPLORER', { exact: true }).first()
56 | await expect(page.locator('.AI-Chat-slot')).not.toContainText('Initializing ACP service');
57 | // EXPLORER section header is a div (not a heading element), so use text locator
> 58 | await expect(page.getByText('EXPLORER', { exact: true }).first()).toBeVisible();
| ^
59 |
60 | const layout = await page.evaluate(async () => {
61 | const modelContext = (navigator as any).modelContext;
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-startup.test.ts:58:71
|
|
../../src/tests/acp-chat-agentic-startup.test.ts:39:7 › ACP Chat Agentic startup layout › starts with a usable Agentic chat layout and safe default tool surface:
tools/playwright/src/tests/acp-chat-agentic-startup.test.ts#L58
2) ../../src/tests/acp-chat-agentic-startup.test.ts:39:7 › ACP Chat Agentic startup layout › starts with a usable Agentic chat layout and safe default tool surface
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('EXPLORER', { exact: true }).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('EXPLORER', { exact: true }).first()
56 | await expect(page.locator('.AI-Chat-slot')).not.toContainText('Initializing ACP service');
57 | // EXPLORER section header is a div (not a heading element), so use text locator
> 58 | await expect(page.getByText('EXPLORER', { exact: true }).first()).toBeVisible();
| ^
59 |
60 | const layout = await page.evaluate(async () => {
61 | const modelContext = (navigator as any).modelContext;
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-startup.test.ts:58:71
|
|
../../src/tests/acp-chat-agentic-startup.test.ts:39:7 › ACP Chat Agentic startup layout › starts with a usable Agentic chat layout and safe default tool surface:
tools/playwright/src/tests/acp-chat-agentic-startup.test.ts#L58
2) ../../src/tests/acp-chat-agentic-startup.test.ts:39:7 › ACP Chat Agentic startup layout › starts with a usable Agentic chat layout and safe default tool surface
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('EXPLORER', { exact: true }).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('EXPLORER', { exact: true }).first()
56 | await expect(page.locator('.AI-Chat-slot')).not.toContainText('Initializing ACP service');
57 | // EXPLORER section header is a div (not a heading element), so use text locator
> 58 | await expect(page.getByText('EXPLORER', { exact: true }).first()).toBeVisible();
| ^
59 |
60 | const layout = await page.evaluate(async () => {
61 | const modelContext = (navigator as any).modelContext;
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-startup.test.ts:58:71
|
|
../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout:
tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts#L103
1) ../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout
Retry #5 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('EXPLORER', { exact: true }).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('EXPLORER', { exact: true }).first()
101 | await clickSideEntry('explorer');
102 | // EXPLORER section header is a div (not a heading element), so use text locator
> 103 | await expect(page.getByText('EXPLORER', { exact: true }).first()).toBeVisible();
| ^
104 |
105 | await writeAiNativePanelLayoutSettings(workspace.workspace.codeUri.fsPath, 'classic');
106 | await page.goto(aiNativeWorkbenchUrl(workspace.workspace.codeUri.fsPath, 'default', 'classic'));
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts:103:71
|
|
../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout:
tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts#L103
1) ../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('EXPLORER', { exact: true }).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('EXPLORER', { exact: true }).first()
101 | await clickSideEntry('explorer');
102 | // EXPLORER section header is a div (not a heading element), so use text locator
> 103 | await expect(page.getByText('EXPLORER', { exact: true }).first()).toBeVisible();
| ^
104 |
105 | await writeAiNativePanelLayoutSettings(workspace.workspace.codeUri.fsPath, 'classic');
106 | await page.goto(aiNativeWorkbenchUrl(workspace.workspace.codeUri.fsPath, 'default', 'classic'));
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts:103:71
|
|
../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout:
tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts#L103
1) ../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('EXPLORER', { exact: true }).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('EXPLORER', { exact: true }).first()
101 | await clickSideEntry('explorer');
102 | // EXPLORER section header is a div (not a heading element), so use text locator
> 103 | await expect(page.getByText('EXPLORER', { exact: true }).first()).toBeVisible();
| ^
104 |
105 | await writeAiNativePanelLayoutSettings(workspace.workspace.codeUri.fsPath, 'classic');
106 | await page.goto(aiNativeWorkbenchUrl(workspace.workspace.codeUri.fsPath, 'default', 'classic'));
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts:103:71
|
|
../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout:
tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts#L103
1) ../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('EXPLORER', { exact: true }).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('EXPLORER', { exact: true }).first()
101 | await clickSideEntry('explorer');
102 | // EXPLORER section header is a div (not a heading element), so use text locator
> 103 | await expect(page.getByText('EXPLORER', { exact: true }).first()).toBeVisible();
| ^
104 |
105 | await writeAiNativePanelLayoutSettings(workspace.workspace.codeUri.fsPath, 'classic');
106 | await page.goto(aiNativeWorkbenchUrl(workspace.workspace.codeUri.fsPath, 'default', 'classic'));
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts:103:71
|
|
../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout:
tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts#L103
1) ../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('EXPLORER', { exact: true }).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('EXPLORER', { exact: true }).first()
101 | await clickSideEntry('explorer');
102 | // EXPLORER section header is a div (not a heading element), so use text locator
> 103 | await expect(page.getByText('EXPLORER', { exact: true }).first()).toBeVisible();
| ^
104 |
105 | await writeAiNativePanelLayoutSettings(workspace.workspace.codeUri.fsPath, 'classic');
106 | await page.goto(aiNativeWorkbenchUrl(workspace.workspace.codeUri.fsPath, 'default', 'classic'));
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts:103:71
|
|
../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout:
tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts#L103
1) ../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('EXPLORER', { exact: true }).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('EXPLORER', { exact: true }).first()
101 | await clickSideEntry('explorer');
102 | // EXPLORER section header is a div (not a heading element), so use text locator
> 103 | await expect(page.getByText('EXPLORER', { exact: true }).first()).toBeVisible();
| ^
104 |
105 | await writeAiNativePanelLayoutSettings(workspace.workspace.codeUri.fsPath, 'classic');
106 | await page.goto(aiNativeWorkbenchUrl(workspace.workspace.codeUri.fsPath, 'default', 'classic'));
at /home/runner/work/core/core/tools/playwright/src/tests/acp-chat-agentic-side-entry-filter.test.ts:103:71
|
|
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/
|
|
🎭 Playwright Run Summary
2 failed
../../src/tests/acp-chat-agentic-side-entry-filter.test.ts:78:7 › ACP Chat Agentic side entry filter › shows only Explorer and Git side entries in Agentic layout
../../src/tests/acp-chat-agentic-startup.test.ts:39:7 › ACP Chat Agentic startup layout › starts with a usable Agentic chat layout and safe default tool surface
1 flaky
../../src/tests/acp-chat-agentic-deep-thinking-collapse.test.ts:87:7 › ACP Chat Agentic Deep Thinking collapse › keeps Deep Thinking collapsed by default and expandable during streaming
56 did not run
2 passed (2.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
3.02 MB |
sha256:85a5dda03f40db8b2dc8410ff665cbf8108b4bbc0ec8f4da642c26acbb7078a1
|
|