bump version and add changelog #118
Annotations
3 errors, 11 warnings, and 1 notice
auth.test.ts:23:3 › requires a valid auth token and allows logouts:
vscode/test/e2e/auth.test.ts#L1
1) auth.test.ts:23:3 › requires a valid auth token and allows logouts ────────────────────────────
Test timeout of 30000ms exceeded.
|
auth.test.ts:23:3 › requires a valid auth token and allows logouts:
vscode/test/e2e/auth.test.ts#L35
1) auth.test.ts:23:3 › requires a valid auth token and allows logouts ────────────────────────────
Error: locator.click: Application exited
Call log:
- waiting for getByRole('option', { name: 'Sign In with URL and Access Token' })
33 |
34 | await sidebar?.getByRole('button', { name: 'Sign In to Your Enterprise Instance' }).click()
> 35 | await page.getByRole('option', { name: 'Sign In with URL and Access Token' }).click()
| ^
36 | await page.getByRole('combobox', { name: 'input' }).fill(SERVER_URL)
37 | await page.getByRole('combobox', { name: 'input' }).press('Enter')
38 | await page.getByRole('combobox', { name: 'input' }).fill(VALID_TOKEN)
at /home/runner/work/cody/cody/vscode/test/e2e/auth.test.ts:35:83
|
chat-atFile.test.ts:37:3 › @-mention file in chat:
vscode/test/e2e/chat-atFile.test.ts#L91
2) 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.0s
|
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 40.3s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 34.7s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 34.4s
|
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
2 flaky
auth.test.ts:23:3 › requires a valid auth token and allows logouts ─────────────────────────────
chat-atFile.test.ts:37:3 › @-mention file in chat ──────────────────────────────────────────────
3 skipped
41 passed (9.0m)
|