Skip to content

e2e-flakiness-detector #227

e2e-flakiness-detector

e2e-flakiness-detector #227

Triggered via schedule October 22, 2024 14:04
Status Failure
Total duration 1h 28m 15s
Artifacts 2
Matrix: test-e2e
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 notices
attribution.test.ts:10:1 › attribution search enabled in chat: vscode\test\e2e\helpers.ts#L377
1) attribution.test.ts:10:1 › attribution search enabled in chat ───────────────────────────────── Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vscewVx45k after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vscewVx45k\Crashpad\reports\67c313be-8f3e-41a7-a61b-6a67b6f0769a.dmp' at helpers.ts:377 375 | } catch (error) { 376 | if (attempts === 1) { > 377 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`) | ^ 378 | } 379 | 380 | await new Promise(resolve => setTimeout(resolve, 100)) at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:377:23) at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:258:13)
chat-atFile.test.ts:218:3 › editing a chat message with @-mention: vscode\test\e2e\helpers.ts#L377
2) chat-atFile.test.ts:218:3 › editing a chat message with @-mention ───────────────────────────── Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceIN8kxu after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceIN8kxu\Crashpad\reports\0b7cb56c-c488-4af6-8f1e-62c2779c0c71.dmp' at helpers.ts:377 375 | } catch (error) { 376 | if (attempts === 1) { > 377 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`) | ^ 378 | } 379 | 380 | await new Promise(resolve => setTimeout(resolve, 100)) at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:377:23) at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:258:13)
chat-atFile.test.ts:358:3 › Add Selection to Cody Chat: vscode\test\e2e\chat-atFile.test.ts#L369
3) chat-atFile.test.ts:358:3 › Add Selection to Cody Chat ──────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).last().locator('.context-item-mention-node') - Expected - 2 + Received + 0 Array [ - "buzz.ts", - "buzz.ts:2-5", "buzz.ts:7-10", ] Call log: - expect.toHaveText with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).last().locator('.context-item-mention-node') - locator resolved to 1 element - locator resolved to 1 element - locator resolved to 1 element - locator resolved to 1 element - locator resolved to 1 element - locator resolved to 1 element - locator resolved to 1 element - locator resolved to 1 element 367 | await selectLineRangeInEditorTab(page, 7, 10) 368 | await executeCommandInPalette(page, 'Cody: Add Selection to Cody Chat') > 369 | await expect(chatInputMentions(lastChatInput)).toHaveText(['buzz.ts', 'buzz.ts:2-5', 'buzz.ts:7-10']) | ^ 370 | }) 371 | at D:\a\cody\cody\vscode\test\e2e\chat-atFile.test.ts:369:52
chat-atFile.test.ts:358:3 › Add Selection to Cody Chat: vscode\test\e2e\chat-atFile.test.ts#L1
3) chat-atFile.test.ts:358:3 › Add Selection to Cody Chat ──────────────────────────────────────── Error: EBUSY: resource busy or locked, rename 'D:\a\cody\cody\playwright\Add_Selection_to_Cody_Chat\temp-videos\2b043f5e1c787ab3099fb8d9359d704b.webm' -> 'D:\a\cody\cody\playwright\Add_Selection_to_Cody_Chat\videos\run_1_retry_0_failure.webm'
chat-atFile.test.ts:35:3 › @-mention file in chat: vscode\test\e2e\chat-atFile.test.ts#L89
4) chat-atFile.test.ts:35:3 › @-mention file in chat ───────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' }) 87 | await chatInput.fill('') 88 | await chatInput.pressSequentially('@mj', { delay: 350 }) > 89 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible() | ^ 90 | await chatInput.fill('clear') 91 | 92 | // Searching and clicking at D:\a\cody\cody\vscode\test\e2e\chat-atFile.test.ts:89:77
chat-atFile.test.ts:35:3 › @-mention file in chat: vscode\test\e2e\chat-atFile.test.ts#L1
4) chat-atFile.test.ts:35:3 › @-mention file in chat ───────────────────────────────────────────── Error: EBUSY: resource busy or locked, rename 'D:\a\cody\cody\playwright\__mention_file_in_chat\temp-videos\281744e0dade013916301a77bb1ed365.webm' -> 'D:\a\cody\cody\playwright\__mention_file_in_chat\videos\run_2_retry_0_failure.webm'
chat-atFile.test.ts:358:3 › Add Selection to Cody Chat: vscode\test\e2e\chat-atFile.test.ts#L369
5) chat-atFile.test.ts:358:3 › Add Selection to Cody Chat ──────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).last().locator('.context-item-mention-node') - Expected - 2 + Received + 0 Array [ - "buzz.ts", - "buzz.ts:2-5", "buzz.ts:7-10", ] Call log: - expect.toHaveText with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).last().locator('.context-item-mention-node') - locator resolved to 0 elements - locator resolved to 0 elements - locator resolved to 1 element - locator resolved to 1 element - locator resolved to 1 element - locator resolved to 1 element - locator resolved to 1 element - locator resolved to 1 element 367 | await selectLineRangeInEditorTab(page, 7, 10) 368 | await executeCommandInPalette(page, 'Cody: Add Selection to Cody Chat') > 369 | await expect(chatInputMentions(lastChatInput)).toHaveText(['buzz.ts', 'buzz.ts:2-5', 'buzz.ts:7-10']) | ^ 370 | }) 371 | at D:\a\cody\cody\vscode\test\e2e\chat-atFile.test.ts:369:52
chat-context.test.ts:11:5 › chat followup context: vscode\test\e2e\chat-context.test.ts#L36
6) chat-context.test.ts:11:5 › chat followup context ───────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').locator('[data-testid="context"]').filter({ hasText: 'Context' }) Expected: 2 Received: 1 Call log: - expect.toHaveCount with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').locator('[data-testid="context"]').filter({ hasText: 'Context' }) - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" 34 | await selectMentionMenuItem(chatFrame, 'var.go') 35 | await chatInput.press('Enter') > 36 | expect(contextCells).toHaveCount(2) | ^ 37 | const lastContextCell = contextCells.last() 38 | expect(lastContextCell).toHaveText(/1 new item/) 39 | await openContextCell(lastContextCell) at D:\a\cody\cody\vscode\test\e2e\chat-context.test.ts:36:26
chat-context.test.ts:11:5 › chat followup context: vscode\test\e2e\chat-context.test.ts#L40
6) chat-context.test.ts:11:5 › chat followup context ───────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').locator('[data-testid="context"]').filter({ hasText: 'Context' }).last() Expected pattern: /var\.go/ Received string: "Context— 1 item" Call log: - expect.toHaveText with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').locator('[data-testid="context"]').filter({ hasText: 'Context' }).last() - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Context— 1 itemMain.java Public knowledge" - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Context— 1 itemMain.java Public knowledge" - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Context— 1 itemMain.java Public knowledge" - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Context— 1 item" - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Context— 1 item" - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Context— 1 item" - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Context— 1 item" - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Context— 1 item" 38 | expect(lastContextCell).toHaveText(/1 new item/) 39 | await openContextCell(lastContextCell) > 40 | await expect(lastContextCell).toHaveText(/var\.go/) | ^ 41 | await expect(lastContextCell).toHaveText(/Prior messages/) 42 | }) 43 | at D:\a\cody\cody\vscode\test\e2e\chat-context.test.ts:40:35
chat-input.test.ts:97:69 › chat toolbar and row UI: vscode\test\e2e\helpers.ts#L377
7) chat-input.test.ts:97:69 › chat toolbar and row UI ──────────────────────────────────────────── Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsce6iWGxe after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsce6iWGxe\Crashpad\reports\3e279c7c-ff97-47a3-8005-54a1c59b53d3.dmp' at helpers.ts:377 375 | } catch (error) { 376 | if (attempts === 1) { > 377 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`) | ^ 378 | } 379 | 380 | await new Promise(resolve => setTimeout(resolve, 100)) at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:377:23) at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:258:13)
chat-atFile.test.ts:35:3 › @-mention file in chat: vscode/test/e2e/chat-atFile.test.ts#L89
1) chat-atFile.test.ts:35:3 › @-mention file in chat ───────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' }) 87 | await chatInput.fill('') 88 | await chatInput.pressSequentially('@mj', { delay: 350 }) > 89 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible() | ^ 90 | await chatInput.fill('clear') 91 | 92 | // Searching and clicking at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:89:77
chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection: vscode/test/e2e/chat-keyboard-shortcuts.test.ts#L1
2) chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ───────────────────────── Test timeout of 30000ms exceeded.
chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection: vscode/test/e2e/common.ts#L179
2) chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ───────────────────────── Error: locator.fill: Target page, context or browser has been closed Call log: - waiting for getByPlaceholder('Type the name of a command to run.') - locator resolved to <input wrap="off" type="text" class="input" role="combobox" autocorrect="off" spellcheck="false" aria-label="input" custom-hover="true" autocapitalize="off" aria-haspopup="menu" aria-expanded="true" aria-autocomplete="list" aria-controls="quickInput_list" aria-activedescendant="list_id_4_0" aria-describedby="quickInput_message" placeholder="Type the name of a command to run."/> - fill("buzz.ts") - attempting fill action - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #1 - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #9 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #10 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #11 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #12 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #13 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #14 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #15 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #16 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #17 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #18 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #19 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #20 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible
chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection: vscode/test/e2e/chat-keyboard-shortcuts.test.ts#L1
3) chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ───────────────────────── Test timeout of 30000ms exceeded.
chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection: vscode/test/e2e/common.ts#L179
3) chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ───────────────────────── Error: locator.fill: Target page, context or browser has been closed Call log: - waiting for getByPlaceholder('Type the name of a command to run.') - locator resolved to <input wrap="off" type="text" class="input" role="combobox" autocorrect="off" spellcheck="false" aria-label="input" custom-hover="true" autocapitalize="off" aria-haspopup="menu" aria-expanded="true" aria-autocomplete="list" aria-controls="quickInput_list" aria-activedescendant="list_id_4_0" aria-describedby="quickInput_message" placeholder="Type the name of a command to run."/> - fill("buzz.ts") - attempting fill action - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #1 - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #9 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #10 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #11 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #12 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #13 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #14 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #15 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #16 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #17 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #18 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #19 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible - retrying fill action, attempt #20 - waiting 500ms - waiting for element to be visible, enabled and editable - element is not visible
command-custom.test.ts:141:3 › execute custom commands with context defined in cody.json: vscode/test/e2e/command-custom.test.ts#L198
4) command-custom.test.ts:141:3 › execute custom commands with context defined in cody.json ────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('tab', { name: 'var.go' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('tab', { name: 'var.go' }) 196 | .getByRole('button', { name: withPlatformSlashes('var.go:1 lib/batches/env') }) 197 | .click() > 198 | await expect(page.getByRole('tab', { name: 'var.go' })).toBeVisible() | ^ 199 | 200 | /* Test: context.openTabs with openTabs command */ 201 | at /home/runner/work/cody/cody/vscode/test/e2e/command-custom.test.ts:198:61
command-edit.test.ts:95:1 › edit (fixup) input - range selection: vscode/test/e2e/command-edit.test.ts#L128
5) command-edit.test.ts:95:1 › edit (fixup) input - range selection ────────────────────────────── Error: expect(locator).toBeVisible() Locator: getByPlaceholder(/^Enter edit instructions \(type @ to include code/) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByPlaceholder(/^Enter edit instructions \(type @ to include code/) - locator resolved to <input wrap="off" type="text" role="combobox" autocorrect="off" spellcheck="false" aria-label="input" class="input empty" custom-hover="true" autocapitalize="off" aria-haspopup="menu" aria-expanded="true" aria-autocomplete="list" aria-controls="quickInput_list" aria-activedescendant="list_id_4_0" aria-describedby="quickInput_message" placeholder="Enter edit instructions (type @ to include code, ⏎ to submit)"/> - unexpected value "hidden" 126 | // Check that the range input updated correctly to reflect the selected symbol 127 | const inputBox = page.getByPlaceholder(/^Enter edit instructions \(type @ to include code/) > 128 | expect(inputBox).toBeVisible() | ^ 129 | const updatedRangeItem = page.getByLabel('$(symbol-method) fizzbuzz') 130 | expect(updatedRangeItem).toBeVisible() 131 | }) at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:128:22
uninstall.test.ts:7:5 › uninstall extension: vscode/test/e2e/uninstall.test.ts#L1
6) uninstall.test.ts:7:5 › uninstall extension ─────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
uninstall.test.ts:7:5 › uninstall extension: vscode/test/e2e/uninstall.test.ts#L1
7) uninstall.test.ts:7:5 › uninstall extension ─────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
test-e2e (ubuntu)
Process completed with exit code 1.
🎭 Playwright Run Summary
26 failed attribution.test.ts:10:1 › attribution search enabled in chat ────────────────────────────────── chat-atFile.test.ts:218:3 › editing a chat message with @-mention ────────────────────────────── chat-atFile.test.ts:358:3 › Add Selection to Cody Chat ───────────────────────────────────────── chat-atFile.test.ts:35:3 › @-mention file in chat ────────────────────────────────────────────── chat-atFile.test.ts:358:3 › Add Selection to Cody Chat ───────────────────────────────────────── chat-context.test.ts:11:5 › chat followup context ────────────────────────────────────────────── chat-input.test.ts:97:69 › chat toolbar and row UI ───────────────────────────────────────────── command-commit.test.ts:24:3 › use terminal output as context ─────────────────────────────────── command-commit.test.ts:24:3 › use terminal output as context ─────────────────────────────────── command-commit.test.ts:24:3 › use terminal output as context ─────────────────────────────────── command-core.test.ts:106:3 › Explain Command from Prompts Tab ────────────────────────────────── command-core.test.ts:29:3 › Generate Unit Test Command (Edit) ────────────────────────────────── command-custom.test.ts:283:17 › use terminal output as context ───────────────────────────────── command-custom.test.ts:283:17 › use terminal output as context ───────────────────────────────── command-custom.test.ts:141:3 › execute custom commands with context defined in cody.json ─────── command-edit.test.ts:95:1 › edit (fixup) input - range selection ─────────────────────────────── command-edit.test.ts:133:1 › edit (fixup) input - model selection ────────────────────────────── command-edit.test.ts:133:1 › edit (fixup) input - model selection ────────────────────────────── enterprise-cody-ignore.test.ts:43:7 › using actively invoked commands and autocomplete shows a error enterprise-cody-ignore.test.ts:43:7 › using actively invoked commands and autocomplete shows a error enterprise-server-sent-models.test.ts:6:5 › allows multiple enterprise models when server-sent models is enabled support-menu-items.test.ts:24:1 › shows support link for pro users ───────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── 12 skipped 150 passed (40.5m)
🎭 Playwright Run Summary
7 failed chat-atFile.test.ts:35:3 › @-mention file in chat ────────────────────────────────────────────── chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ────────────────────────── chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ────────────────────────── command-custom.test.ts:141:3 › execute custom commands with context defined in cody.json ─────── command-edit.test.ts:95:1 › edit (fixup) input - range selection ─────────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── 30 skipped 433 passed (1.4h)

Artifacts

Produced during runtime
Name Size
playwright-recordings ubuntu
3.49 MB
playwright-recordings windows
2.42 MB