Skip to content

Conversation

@pavelfeldman
Copy link
Member

No description provided.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

- `model` <[string]> Model identifier within provider.
- `cacheFile` ?<[string]> Cache file to use/generate code for performed actions into. Cache is not used if not specified (default).
- `cacheMode` ?<['force'|'ignore'|'auto']> Cache control, defaults to 'auto'.
- `cacheMode` ?<['force'|'ignore'|'update'|'auto']> Cache control, defaults to 'auto'.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a name for the enum, we are gonna need it in the ports

const intent = assistantMessage.content.filter(c => c.type === 'text').map(c => c.text).join('\n');
page.emit(Page.Events.AgentTurn, { role: 'assistant', message: intent, usage });
const toolCalls = assistantMessage.content.filter(c => c.type === 'tool_call');
page.emit(Page.Events.AgentTurn, { role: 'assistant', message: `no tool calls`, usage });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing if ?

model: 'claude-sonnet-4.5',
cachePathTemplate: '{testFilePath}-cache.json',
cacheMode: process.env.CI ? 'force' : 'auto',
provider: 'anthropic', // 'github',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete comments


test('page.perform', async ({ page, server }) => {
await page.goto(server.PREFIX + '/evals/fill-form.html');
page.on('agentturn', turn => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

@pavelfeldman pavelfeldman force-pushed the agent_turn_event branch 2 times, most recently from 58e1618 to 07c163a Compare December 14, 2025 00:19
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

Test results for "MCP"

6 failed
❌ [chromium] › mcp/screenshot.spec.ts:100 › browser_take_screenshot (type: png) @mcp-macos-15
❌ [chromium] › mcp/snapshot-diff.spec.ts:99 › should reset aria snapshot diff upon navigation @mcp-macos-15
❌ [chromium] › mcp/video.spec.ts:21 › should work with --save-video (isolated) @mcp-macos-15
❌ [chromium] › mcp/video.spec.ts:63 › should work with recordVideo (isolated) @mcp-macos-15
❌ [chromium] › mcp/video.spec.ts:21 › should work with --save-video (persistent) @mcp-macos-15
❌ [chromium] › mcp/video.spec.ts:63 › should work with recordVideo (persistent) @mcp-macos-15

2708 passed, 116 skipped


Merge workflow run.

@github-actions
Copy link
Contributor

Test results for "tests 1"

6 failed
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:986 › cli codegen › should record slider @chromium-ubuntu-22.04-node24
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:986 › cli codegen › should record slider @chromium-ubuntu-22.04-node20
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:986 › cli codegen › should record slider @chromium-ubuntu-22.04-node22
❌ [playwright-test] › playwright.spec.ts:877 › page.pause() should disable test timeout @macos-latest-node20-1
❌ [playwright-test] › web-server.spec.ts:25 › should create a server @windows-latest-node20-2
❌ [playwright-test] › web-server.spec.ts:555 › should create multiple servers @windows-latest-node20-2

9 flaky ⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1082 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-22.04-node20`
⚠️ [playwright-test] › ui-mode-test-output.spec.ts:80 › should show console messages for test `@ubuntu-latest-node22-2`
⚠️ [playwright-test] › runner.spec.ts:124 › should ignore subprocess creation error because of SIGINT `@macos-latest-node20-2`
⚠️ [playwright-test] › ui-mode-trace.spec.ts:426 › should work behind reverse proxy `@macos-latest-node20-2`
⚠️ [playwright-test] › ui-mode-test-attachments.spec.ts:21 › should contain text attachment `@ubuntu-latest-node20-2`
⚠️ [playwright-test] › ui-mode-test-output.spec.ts:117 › should collapse repeated console messages for test `@ubuntu-latest-node20-2`
⚠️ [playwright-test] › ui-mode-test-progress.spec.ts:165 › should update tracing network live `@ubuntu-latest-node20-2`
⚠️ [playwright-test] › ui-mode-test-attachments.spec.ts:21 › should contain text attachment `@ubuntu-latest-node24-2`
⚠️ [playwright-test] › ui-mode-test-attachments.spec.ts:61 › should contain binary attachment `@ubuntu-latest-node24-2`

34353 passed, 688 skipped


Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants