bump version and add changelog #123
Annotations
1 error, 11 warnings, and 1 notice
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/test/e2e/command-custom.test.ts#L192
1) command-custom.test.ts:135: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' })
190 | .getByRole('button', { name: withPlatformSlashes('lib/batches/env/var.go') })
191 | .click()
> 192 | await expect(page.getByRole('tab', { name: 'var.go' })).toBeVisible()
| ^
193 |
194 | /* Test: context.openTabs with openTabs command */
195 |
at /home/runner/work/cody/cody/vscode/test/e2e/command-custom.test.ts:192:61
|
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/
|
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/
|
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.1m
|
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 46.1s
|
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 41.0s
|
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 35.0s
|
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 34.3s
|
create 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/
|
create 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/
|
create 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/
|
upload release asset
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/
|
Run xvfb-run -a pnpm -C vscode run test:e2e
1 flaky
command-custom.test.ts:135:3 › execute custom commands with context defined in cody.json ───────
3 skipped
42 passed (8.6m)
|
Loading