Files
vscode/test
Alexandru Dima 53ff304e90 Fix Agents Window smoke test: use runCommand instead of keybinding (#321225)
The NewChatInSessionsWindowAction keybinding (Ctrl+L) is gated on
the chat editor silently does nothing. This caused the 'Test Claude
session' and 'Test Local session' smoke tests to time out waiting for the
new-session view.

- Add `f1: true` to NewChatInSessionsWindowAction so it appears in the
  command palette (only registered in the Agents Window context)
- Change `startNewSession()` in the automation helper to use
  `quickaccess.runCommand()` instead of `dispatchKeybinding('ctrl+l')`,
  bypassing the focus gate entirely

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-12 22:14:56 +00:00
..
2026-06-11 19:38:19 +00:00
2026-06-12 14:02:34 +02:00

VS Code Tests

Contents

This folder contains the various test runners for VS Code. Please refer to the documentation within for how to run them:

  • unit: our suite of unit tests (README)
  • integration: our suite of API tests (README)
  • smoke: our suite of automated UI tests (README)
  • sanity: release sanity tests (README)