bump version and add changelog #116
Annotations
1 error, 11 warnings, and 1 notice
chat-atFile.test.ts:37:3 › @-mention file in chat:
vscode/test/e2e/chat-atFile.test.ts#L91
1) chat-atFile.test.ts:37: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' })
89 | await chatInput.fill('')
90 | await chatInput.pressSequentially('@mj', { delay: 350 })
> 91 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible()
| ^
92 | await chatInput.fill('clear')
93 |
94 | // Searching and clicking
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:91:77
|
release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 59.5s
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 46.1s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 41.3s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 35.4s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 35.0s
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
🎭 Playwright Run Summary
1 flaky
chat-atFile.test.ts:37:3 › @-mention file in chat ──────────────────────────────────────────────
3 skipped
42 passed (8.6m)
|