Files
vscode/test
Alexandru Dima 816978a643 Increase timeouts for the smoke tests (#320130)
* fix: add overrideAuthType=token to CLI smoke tests and re-enable them

The Copilot CLI smoke tests were failing because overrideAuthType was
not set, causing the CLI SDK to use HMAC auth (the default) against the
mock LLM server. The mock server cannot validate HMAC signatures, so
/models calls returned 401, model fetching failed, and prompt rendering
threw "Unexpected generated prompt structure".

Add the missing ['github.copilot.advanced.debug.overrideAuthType', '"token"']
setting to both chatSessions.test.ts and copilotCli.test.ts (matching
what agentsWindow.test.ts already does), and remove the it.skip that
was added as a temporary workaround.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Increase timeouts (reason for failure on Linux)

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-05 09:22:49 -07: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)