Skip to content

e2e-flakiness-detector #241

e2e-flakiness-detector

e2e-flakiness-detector #241

Triggered via schedule November 5, 2024 14:04
Status Failure
Total duration 1h 51m 59s
Artifacts 2
Matrix: test-e2e
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 notices
auth.test.ts:21:3 › requires a valid auth token and allows logouts: vscode\test\e2e\auth.test.ts#L30
1) auth.test.ts:21:3 › requires a valid auth token and allows logouts ──────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('alert').getByText('Authentication failed.') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('alert').getByText('Authentication failed.') 28 | await page.getByRole('combobox', { name: 'input' }).press('Enter') 29 | > 30 | await expect(page.getByRole('alert').getByText('Authentication failed.')).toBeVisible() | ^ 31 | 32 | await sidebar?.getByRole('button', { name: 'Sign In to Your Enterprise Instance' }).click() 33 | await page.getByRole('option', { name: 'Sign In with URL and Access Token' }).click() at D:\a\cody\cody\vscode\test\e2e\auth.test.ts:30:79
chat-atFile.test.ts:358:3 › Add Selection to Cody Chat: vscode\test\e2e\chat-atFile.test.ts#L365
2) chat-atFile.test.ts:358:3 › Add Selection to Cody Chat ──────────────────────────────────────── Error: Timed out 2000ms 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 - 4 + Received + 1 - Array [ - "buzz.ts", - "buzz.ts:2-5", - ] + Array [] Call log: - expect.toHaveText with timeout 2000ms - 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 0 elements - locator resolved to 0 elements - locator resolved to 0 elements - locator resolved to 0 elements 363 | 364 | const [, lastChatInput] = await createEmptyChatPanel(page) > 365 | await expect(chatInputMentions(lastChatInput)).toHaveText(['buzz.ts', 'buzz.ts:2-5'], { | ^ 366 | timeout: 2_000, 367 | }) 368 | at D:\a\cody\cody\vscode\test\e2e\chat-atFile.test.ts:365:52
chat-atFile.test.ts:358:3 › Add Selection to Cody Chat: vscode\test\e2e\chat-atFile.test.ts#L365
3) chat-atFile.test.ts:358:3 › Add Selection to Cody Chat ──────────────────────────────────────── Error: Timed out 2000ms 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 - 4 + Received + 1 - Array [ - "buzz.ts", - "buzz.ts:2-5", - ] + Array [] Call log: - expect.toHaveText with timeout 2000ms - 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 0 elements - locator resolved to 0 elements 363 | 364 | const [, lastChatInput] = await createEmptyChatPanel(page) > 365 | await expect(chatInputMentions(lastChatInput)).toHaveText(['buzz.ts', 'buzz.ts:2-5'], { | ^ 366 | timeout: 2_000, 367 | }) 368 | at D:\a\cody\cody\vscode\test\e2e\chat-atFile.test.ts:365: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\102f9d24abb08114ac95cdbf2d2eaa78.webm' -> 'D:\a\cody\cody\playwright\Add_Selection_to_Cody_Chat\videos\run_2_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-context.test.ts:11:5 › chat followup context: vscode\test\e2e\chat-context.test.ts#L30
5) chat-context.test.ts:11:5 › chat followup context ───────────────────────────────────────────── Error: expect(locator).toHaveCount(expected) Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').locator('[data-testid="context"]').filter({ hasText: 'Context' }) Expected: 1 Received: 2 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 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" 28 | await chatInput.fill('followup1') 29 | await chatInput.press('Enter') > 30 | expect(contextCells).toHaveCount(1) | ^ 31 | 32 | // Additional context means another context cell. 33 | await chatInput.fill('followup2 @var.go') at D:\a\cody\cody\vscode\test\e2e\chat-context.test.ts:30:26
chat-input.test.ts:26:3 › chat input focus: vscode\test\e2e\chat-input.test.ts#L85
6) chat-input.test.ts:26:3 › chat input focus ──────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused() Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).last() Expected: not focused Received: focused Call log: - expect.not.toBeFocused with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).last() - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value "focused" - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value "focused" - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value "focused" - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value "focused" - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value "focused" - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value "focused" - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value "focused" - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value "focused" 83 | await expect(chatPanel.getByText('Done')).toBeVisible() 84 | await expect(firstChatInput).not.toBeFocused() > 85 | await expect(lastChatInput).not.toBeFocused() | ^ 86 | 87 | // Click into the last chat input and submit a new follow-up chat message. The original focus 88 | // area which is the chat input should still have the focus after the response is received. at D:\a\cody\cody\vscode\test\e2e\chat-input.test.ts:85:37
chat-keyboard-shortcuts.test.ts:14:5 › chat keyboard shortcuts for sidebar chat: vscode\test\e2e\chat-keyboard-shortcuts.test.ts#L25
7) chat-keyboard-shortcuts.test.ts:14:5 › chat keyboard shortcuts for sidebar chat ─────────────── Error: Timed out 3000ms waiting for expect(locator).toContainText(expected) Locator: frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).first() Expected string: "buzz.ts" Received string: " " Call log: - expect.toContainText with timeout 3000ms - waiting for frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).first() - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value " " - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value " " - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value " " - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value " " - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value " " - locator resolved to <div role="textbox" spellcheck="true" contenteditable="true" aria-label="Chat message" data-lexical-editor="true" class="_content-editable_s4gjm_6 _editor-content-editable_1eiqs_30">…</div> - unexpected value " " 23 | await clickEditorTab(page, 'buzz.ts') 24 | await page.keyboard.press('Shift+Control+l') > 25 | await expect(chatSidebarInput).toContainText('buzz.ts', { timeout: 3_000 }) | ^ 26 | 27 | await executeCommandInPalette(page, 'View: Close Primary Sidebar') 28 | at D:\a\cody\cody\vscode\test\e2e\chat-keyboard-shortcuts.test.ts:25:36
command-edit.test.ts:100:1 › edit (fixup) input - range selection: vscode\test\e2e\command-edit.test.ts#L118
8) command-edit.test.ts:100:1 › edit (fixup) input - range selection ───────────────────────────── 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') 116 | // Check the correct range item is auto-selected 117 | const rangeItem = page.getByText('Nearest Code Block') > 118 | expect(rangeItem).toBeVisible() | ^ 119 | 120 | // Open the range input and check it has the correct item selected 121 | await rangeItem.click() at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:118:23
command-edit.test.ts:138:1 › edit (fixup) input - model selection: vscode\test\e2e\helpers.ts#L377
9) command-edit.test.ts:138:1 › edit (fixup) input - model selection ───────────────────────────── Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceIIAEJS after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceIIAEJS\Crashpad\reports\ec183aed-d214-4b0d-89c2-2f40130cc001.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-atFile.test.ts:35:3 › @-mention file in chat: vscode/test/e2e/chat-atFile.test.ts#L1
2) chat-atFile.test.ts:35:3 › @-mention file in chat ───────────────────────────────────────────── Test timeout of 30000ms exceeded.
chat-atFile.test.ts:35:3 › @-mention file in chat: vscode/test/e2e/common.ts#L16
2) chat-atFile.test.ts:35:3 › @-mention file in chat ───────────────────────────────────────────── TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Sign In to Your Enterprise Instance' }) at common.ts:16 14 | } 15 | await focusSidebar(page) > 16 | await sidebar.getByRole('button', { name: 'Sign In to Your Enterprise Instance' }).click() | ^ 17 | await page.getByRole('option', { name: 'Sign In with URL and Access Token' }).click() 18 | // Ensure the correct input box has showed up before we start filling in the forms. 19 | await expect(page.getByText('Enter the URL of the')).toBeVisible() at sidebarSignin (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:16:88) at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:40:5
chat-atFile.test.ts:35:3 › @-mention file in chat: vscode/test/e2e/chat-atFile.test.ts#L1
2) chat-atFile.test.ts:35:3 › @-mention file in chat ───────────────────────────────────────────── Tearing down "page" exceeded the test timeout of 30000ms.
chat-atFile.test.ts:35:3 › @-mention file in chat: vscode/test/e2e/helpers.ts#L345
2) chat-atFile.test.ts:35:3 › @-mention file in chat ───────────────────────────────────────────── TimeoutError: page.screenshot: Timeout 30000ms exceeded. Call log: - taking page screenshot at helpers.ts:345 343 | const testSlug = `run_${testInfo.repeatEachIndex}_retry_${testInfo.retry}_failure` 344 | // Take a screenshot before closing the app if we failed > 345 | const screenshot = await page.screenshot({ | ^ 346 | path: path.join(assetsDirectory, 'screenshots', `${testSlug}.png`), 347 | }) 348 | await testInfo.attach('screenshot', { body: screenshot, contentType: 'image/png' }) at attachArtifacts (/home/runner/work/cody/cody/vscode/test/e2e/helpers.ts:345:35) at Object.page (/home/runner/work/cody/cody/vscode/test/e2e/helpers.ts:312:23)
chat-atFile.test.ts:35:3 › @-mention file in chat: vscode/test/e2e/chat-atFile.test.ts#L89
3) 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-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 /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
5) 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
5) 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
6) chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ───────────────────────── Test timeout of 30000ms exceeded.
🎭 Playwright Run Summary
14 failed auth.test.ts:21:3 › requires a valid auth token and allows logouts ───────────────────────────── chat-atFile.test.ts:358:3 › Add Selection to Cody Chat ───────────────────────────────────────── chat-atFile.test.ts:358:3 › Add Selection to Cody Chat ───────────────────────────────────────── chat-atFile.test.ts:35:3 › @-mention file in chat ────────────────────────────────────────────── chat-context.test.ts:11:5 › chat followup context ────────────────────────────────────────────── chat-input.test.ts:26:3 › chat input focus ───────────────────────────────────────────────────── chat-keyboard-shortcuts.test.ts:14:5 › chat keyboard shortcuts for sidebar chat ──────────────── command-edit.test.ts:100:1 › edit (fixup) input - range selection ────────────────────────────── command-edit.test.ts:138:1 › edit (fixup) input - model selection ────────────────────────────── command-edit.test.ts:138:1 › edit (fixup) input - model selection ────────────────────────────── enterprise-cody-ignore.test.ts:43:7 › using actively invoked commands and autocomplete shows a error uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── 12 skipped 162 passed (55.0m)
🎭 Playwright Run Summary
11 failed chat-atFile.test.ts:35:3 › @-mention file in chat ────────────────────────────────────────────── chat-atFile.test.ts:35:3 › @-mention file in chat ────────────────────────────────────────────── chat-atFile.test.ts:35:3 › @-mention file in chat ────────────────────────────────────────────── 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 ────────────────────────── 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-core.test.ts:106:3 › Explain Command from Prompts Tab ────────────────────────────────── command-edit.test.ts:100:1 › edit (fixup) input - range selection ────────────────────────────── command-edit.test.ts:138:1 › edit (fixup) input - model selection ────────────────────────────── 30 skipped 429 passed (1.8h)

Artifacts

Produced during runtime
Name Size
playwright-recordings ubuntu
7.39 MB
playwright-recordings windows
5.4 MB