Merge the release 2.0-rc back to main branch #90
Annotations
10 errors, 2 warnings, and 1 notice
|
[chromium] › tests/e2e/chat.spec.ts:10:3 › Chat workspace › new chat page loads with input box:
frontend/tests/e2e/chat.spec.ts#L14
4) [chromium] › tests/e2e/chat.spec.ts:10:3 › Chat workspace › new chat page loads with input box
Error: expect(locator).toBeVisible() failed
Locator: getByPlaceholder(/how can i assist you/i)
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByPlaceholder(/how can i assist you/i)
12 |
13 | const textarea = page.getByPlaceholder(/how can i assist you/i);
> 14 | await expect(textarea).toBeVisible({ timeout: 15_000 });
| ^
15 | });
16 |
17 | test("can type a message in the input box", async ({ page }) => {
at /home/runner/work/deer-flow/deer-flow/frontend/tests/e2e/chat.spec.ts:14:28
|
|
[chromium] › tests/e2e/agent-chat.spec.ts:35:3 › Agent chat › agent chat page shows agent badge:
frontend/tests/e2e/agent-chat.spec.ts#L44
3) [chromium] › tests/e2e/agent-chat.spec.ts:35:3 › Agent chat › agent chat page shows agent badge
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('header span').filter({ hasText: 'test-agent' })
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for locator('header span').filter({ hasText: 'test-agent' })
42 | await expect(
43 | page.locator("header span", { hasText: "test-agent" }),
> 44 | ).toBeVisible({ timeout: 15_000 });
| ^
45 | });
46 | });
47 |
at /home/runner/work/deer-flow/deer-flow/frontend/tests/e2e/agent-chat.spec.ts:44:7
|
|
[chromium] › tests/e2e/agent-chat.spec.ts:35:3 › Agent chat › agent chat page shows agent badge:
frontend/tests/e2e/agent-chat.spec.ts#L44
3) [chromium] › tests/e2e/agent-chat.spec.ts:35:3 › Agent chat › agent chat page shows agent badge
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('header span').filter({ hasText: 'test-agent' })
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for locator('header span').filter({ hasText: 'test-agent' })
42 | await expect(
43 | page.locator("header span", { hasText: "test-agent" }),
> 44 | ).toBeVisible({ timeout: 15_000 });
| ^
45 | });
46 | });
47 |
at /home/runner/work/deer-flow/deer-flow/frontend/tests/e2e/agent-chat.spec.ts:44:7
|
|
[chromium] › tests/e2e/agent-chat.spec.ts:35:3 › Agent chat › agent chat page shows agent badge:
frontend/tests/e2e/agent-chat.spec.ts#L44
3) [chromium] › tests/e2e/agent-chat.spec.ts:35:3 › Agent chat › agent chat page shows agent badge
Error: expect(locator).toBeVisible() failed
Locator: locator('header span').filter({ hasText: 'test-agent' })
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for locator('header span').filter({ hasText: 'test-agent' })
42 | await expect(
43 | page.locator("header span", { hasText: "test-agent" }),
> 44 | ).toBeVisible({ timeout: 15_000 });
| ^
45 | });
46 | });
47 |
at /home/runner/work/deer-flow/deer-flow/frontend/tests/e2e/agent-chat.spec.ts:44:7
|
|
[chromium] › tests/e2e/agent-chat.spec.ts:25:3 › Agent chat › agent chat page loads with input box:
frontend/tests/e2e/agent-chat.spec.ts#L32
2) [chromium] › tests/e2e/agent-chat.spec.ts:25:3 › Agent chat › agent chat page loads with input box
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByPlaceholder(/how can i assist you/i)
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByPlaceholder(/how can i assist you/i)
30 | // The prompt input textarea should be visible
31 | const textarea = page.getByPlaceholder(/how can i assist you/i);
> 32 | await expect(textarea).toBeVisible({ timeout: 15_000 });
| ^
33 | });
34 |
35 | test("agent chat page shows agent badge", async ({ page }) => {
at /home/runner/work/deer-flow/deer-flow/frontend/tests/e2e/agent-chat.spec.ts:32:28
|
|
[chromium] › tests/e2e/agent-chat.spec.ts:25:3 › Agent chat › agent chat page loads with input box:
frontend/tests/e2e/agent-chat.spec.ts#L32
2) [chromium] › tests/e2e/agent-chat.spec.ts:25:3 › Agent chat › agent chat page loads with input box
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByPlaceholder(/how can i assist you/i)
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByPlaceholder(/how can i assist you/i)
30 | // The prompt input textarea should be visible
31 | const textarea = page.getByPlaceholder(/how can i assist you/i);
> 32 | await expect(textarea).toBeVisible({ timeout: 15_000 });
| ^
33 | });
34 |
35 | test("agent chat page shows agent badge", async ({ page }) => {
at /home/runner/work/deer-flow/deer-flow/frontend/tests/e2e/agent-chat.spec.ts:32:28
|
|
[chromium] › tests/e2e/agent-chat.spec.ts:25:3 › Agent chat › agent chat page loads with input box:
frontend/tests/e2e/agent-chat.spec.ts#L32
2) [chromium] › tests/e2e/agent-chat.spec.ts:25:3 › Agent chat › agent chat page loads with input box
Error: expect(locator).toBeVisible() failed
Locator: getByPlaceholder(/how can i assist you/i)
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByPlaceholder(/how can i assist you/i)
30 | // The prompt input textarea should be visible
31 | const textarea = page.getByPlaceholder(/how can i assist you/i);
> 32 | await expect(textarea).toBeVisible({ timeout: 15_000 });
| ^
33 | });
34 |
35 | test("agent chat page shows agent badge", async ({ page }) => {
at /home/runner/work/deer-flow/deer-flow/frontend/tests/e2e/agent-chat.spec.ts:32:28
|
|
[chromium] › tests/e2e/agent-chat.spec.ts:14:3 › Agent chat › agent gallery page loads and shows agents:
frontend/tests/e2e/agent-chat.spec.ts#L20
1) [chromium] › tests/e2e/agent-chat.spec.ts:14:3 › Agent chat › agent gallery page loads and shows agents
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('test-agent')
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByText('test-agent')
18 |
19 | // The agent card should appear with the agent name
> 20 | await expect(page.getByText("test-agent")).toBeVisible({
| ^
21 | timeout: 15_000,
22 | });
23 | });
at /home/runner/work/deer-flow/deer-flow/frontend/tests/e2e/agent-chat.spec.ts:20:48
|
|
[chromium] › tests/e2e/agent-chat.spec.ts:14:3 › Agent chat › agent gallery page loads and shows agents:
frontend/tests/e2e/agent-chat.spec.ts#L20
1) [chromium] › tests/e2e/agent-chat.spec.ts:14:3 › Agent chat › agent gallery page loads and shows agents
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('test-agent')
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByText('test-agent')
18 |
19 | // The agent card should appear with the agent name
> 20 | await expect(page.getByText("test-agent")).toBeVisible({
| ^
21 | timeout: 15_000,
22 | });
23 | });
at /home/runner/work/deer-flow/deer-flow/frontend/tests/e2e/agent-chat.spec.ts:20:48
|
|
[chromium] › tests/e2e/agent-chat.spec.ts:14:3 › Agent chat › agent gallery page loads and shows agents:
frontend/tests/e2e/agent-chat.spec.ts#L20
1) [chromium] › tests/e2e/agent-chat.spec.ts:14:3 › Agent chat › agent gallery page loads and shows agents
Error: expect(locator).toBeVisible() failed
Locator: getByText('test-agent')
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByText('test-agent')
18 |
19 | // The agent card should appear with the agent name
> 20 | await expect(page.getByText("test-agent")).toBeVisible({
| ^
21 | timeout: 15_000,
22 | });
23 | });
at /home/runner/work/deer-flow/deer-flow/frontend/tests/e2e/agent-chat.spec.ts:20:48
|
|
e2e-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
e2e-tests
No files were found with the provided path: frontend/playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
13 failed
[chromium] › tests/e2e/agent-chat.spec.ts:14:3 › Agent chat › agent gallery page loads and shows agents
[chromium] › tests/e2e/agent-chat.spec.ts:25:3 › Agent chat › agent chat page loads with input box
[chromium] › tests/e2e/agent-chat.spec.ts:35:3 › Agent chat › agent chat page shows agent badge
[chromium] › tests/e2e/chat.spec.ts:10:3 › Chat workspace › new chat page loads with input box ─
[chromium] › tests/e2e/chat.spec.ts:17:3 › Chat workspace › can type a message in the input box
[chromium] › tests/e2e/chat.spec.ts:27:3 › Chat workspace › sending a message triggers API call and shows response
[chromium] › tests/e2e/landing.spec.ts:20:3 › Landing page › Get Started link navigates to workspace
[chromium] › tests/e2e/sidebar.spec.ts:6:3 › Sidebar navigation › sidebar contains Chats and Agents nav links
[chromium] › tests/e2e/sidebar.spec.ts:19:3 › Sidebar navigation › Agents link navigates to agents page
[chromium] › tests/e2e/thread-history.spec.ts:23:3 › Thread history › sidebar shows existing threads
[chromium] › tests/e2e/thread-history.spec.ts:35:3 › Thread history › clicking a thread in sidebar navigates to it
[chromium] › tests/e2e/thread-history.spec.ts:52:3 › Thread history › existing thread loads historical messages
[chromium] › tests/e2e/thread-history.spec.ts:64:3 › Thread history › chats list page shows all threads
1 passed (12.3m)
|