Playwright V2 E2E Framework #18174
ci.yml
on: pull_request
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 25s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
4 errors, 9 warnings, and 5 notices
initial-context.test.ts:64:82 › chat try-again actions:
vscode/test/e2e/common.ts#L58
1) initial-context.test.ts:64:82 › chat try-again actions ────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Chat alongside your code, attach files,')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Chat alongside your code, attach files,')
at common.ts:58
56 | export async function expectAuthenticated(page: Page) {
57 | await focusSidebar(page)
> 58 | await expect(page.getByText('Chat alongside your code, attach files,')).toBeVisible()
| ^
59 | }
60 |
61 | // Selector for the Explorer button in the sidebar that would match on Mac and Linux
at expectAuthenticated (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:58:77)
at sidebarSignin (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:32:5)
at /home/runner/work/cody/cody/vscode/test/e2e/initial-context.test.ts:67:9
|
chat-atFile.test.ts:46:3 › @-mention file in chat:
vscode/test/e2e/common.ts#L58
1) chat-atFile.test.ts:46:3 › @-mention file in chat ─────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Chat alongside your code, attach files,')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Chat alongside your code, attach files,')
at common.ts:58
56 | export async function expectAuthenticated(page: Page) {
57 | await focusSidebar(page)
> 58 | await expect(page.getByText('Chat alongside your code, attach files,')).toBeVisible()
| ^
59 | }
60 |
61 | // Selector for the Explorer button in the sidebar that would match on Mac and Linux
at expectAuthenticated (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:58:77)
at sidebarSignin (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:32:5)
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:51:5
|
chat-atFile.test.ts:299:3 › @-mention file range:
vscode/test/e2e/common.ts#L58
2) chat-atFile.test.ts:299:3 › @-mention file range ──────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Chat alongside your code, attach files,')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Chat alongside your code, attach files,')
at common.ts:58
56 | export async function expectAuthenticated(page: Page) {
57 | await focusSidebar(page)
> 58 | await expect(page.getByText('Chat alongside your code, attach files,')).toBeVisible()
| ^
59 | }
60 |
61 | // Selector for the Explorer button in the sidebar that would match on Mac and Linux
at expectAuthenticated (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:58:77)
at sidebarSignin (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:32:5)
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:300:5
|
chat-history.test.ts:34:3 › shows chat history in sidebar and update chat panel correctly:
vscode/test/e2e/common.ts#L58
3) chat-history.test.ts:34:3 › shows chat history in sidebar and update chat panel correctly ─────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Chat alongside your code, attach files,')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Chat alongside your code, attach files,')
at common.ts:58
56 | export async function expectAuthenticated(page: Page) {
57 | await focusSidebar(page)
> 58 | await expect(page.getByText('Chat alongside your code, attach files,')).toBeVisible()
| ^
59 | }
60 |
61 | // Selector for the Explorer button in the sidebar that would match on Mac and Linux
at expectAuthenticated (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:58:77)
at sidebarSignin (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:32:5)
at /home/runner/work/cody/cody/vscode/test/e2e/chat-history.test.ts:36:5
|
Slow Test:
vscode/support-menu-items.test.ts#L1
vscode/support-menu-items.test.ts took 18.2s
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 53.4s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 39.0s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 39.1s
|
Slow Test:
vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 15.8s
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 53.2s
|
Slow Test:
vscode/chat-rateLimit.test.ts#L1
vscode/chat-rateLimit.test.ts took 29.4s
|
Slow Test:
vscode/code-actions.test.ts#L1
vscode/code-actions.test.ts took 27.6s
|
Slow Test:
vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 23.5s
|
🎭 Playwright Run Summary
3 skipped
4 passed (45.0s)
|
🎭 Playwright Run Summary
9 passed (2.1m)
|
🎭 Playwright Run Summary
1 flaky
initial-context.test.ts:64:82 › chat try-again actions ─────────────────────────────────────────
1 skipped
8 passed (2.2m)
|
🎭 Playwright Run Summary
11 passed (2.3m)
|
🎭 Playwright Run Summary
3 flaky
chat-atFile.test.ts:46:3 › @-mention file in chat ──────────────────────────────────────────────
chat-atFile.test.ts:299:3 › @-mention file range ───────────────────────────────────────────────
chat-history.test.ts:34:3 › shows chat history in sidebar and update chat panel correctly ──────
7 passed (2.9m)
|