chore(marketing): update listing description (#6862) #26161
ci.yml
on: push
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 29s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
6 errors, 10 warnings, and 2 notices
command-edit.test.ts:105:1 › edit (fixup) input - range selection:
vscode\test\e2e\command-edit.test.ts#L128
1) command-edit.test.ts:105:1 › edit (fixup) input - range selection ─────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('check file-code Nearest Code Block')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('check file-code Nearest Code Block')
126 | await rangeItem.click()
127 | const selectedRangeItem = page.getByLabel('check file-code Nearest Code Block')
> 128 | expect(selectedRangeItem).toBeVisible()
| ^
129 |
130 | // Open the symbols input and check it has the correct item selected
131 | const symbolitem = page.getByText('Select a Symbol...')
at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:128:31
|
command-edit.test.ts:105:1 › edit (fixup) input - range selection:
vscode\test\e2e\command-edit.test.ts#L123
1) command-edit.test.ts:105:1 › edit (fixup) input - range selection ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('Nearest Code Block')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Nearest Code Block')
121 | // Check the correct range item is auto-selected
122 | const rangeItem = page.getByText('Nearest Code Block')
> 123 | expect(rangeItem).toBeVisible()
| ^
124 |
125 | // Open the range input and check it has the correct item selected
126 | await rangeItem.click()
at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:123:23
|
test-e2e (macos)
The job running on runner GitHub Actions 13 has exceeded the maximum execution time of 20 minutes.
|
test-e2e (macos)
Worker teardown timeout of 30000ms exceeded.
Failed worker ran 2 tests:
test/e2e/chat-input.test.ts:242:3 › editing follow-up messages in chat view
test/e2e/chat-messages.test.ts:17:5 › chat assistant response code buttons
|
test-e2e (macos)
Worker teardown timeout of 30000ms exceeded.
Failed worker ran 1 test:
test/e2e/chat-messages.test.ts:17:5 › chat assistant response code buttons
|
test-e2e (macos)
The operation was canceled.
|
Slow Test:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.5m
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.3m
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 55.5s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 47.5s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 46.9s
|
Slow Test:
vscode\chat-atFile.test.ts#L1
vscode\chat-atFile.test.ts took 1.6m
|
Slow Test:
vscode\command-custom.test.ts#L1
vscode\command-custom.test.ts took 1.4m
|
Slow Test:
vscode\initial-context.test.ts#L1
vscode\initial-context.test.ts took 1.0m
|
Slow Test:
vscode\command-core.test.ts#L1
vscode\command-core.test.ts took 51.7s
|
Slow Test:
vscode\code-actions.test.ts#L1
vscode\code-actions.test.ts took 41.6s
|
🎭 Playwright Run Summary
17 skipped
41 passed (10.5m)
|
🎭 Playwright Run Summary
1 flaky
command-edit.test.ts:105:1 › edit (fixup) input - range selection ──────────────────────────────
17 skipped
40 passed (12.2m)
|