Files
vscode/test
Dmitriy Vasyura 05642a313f Retry browser-test page.goto on connection-refused (#315504)
On Windows + Firefox the integration test runner intermittently hits NS_ERROR_CONNECTION_REFUSED on page.goto right after launching a fresh code-server. The server prints 'Web UI available at <url>' before the HTTP listener is fully accepting connections, causing a race when sub-suites (e.g. Git tests) start a new server back-to-back.

Add a small retry loop around the initial page.goto to absorb the transient connection-refused error and reduce CI flakiness.
2026-05-09 20:36:11 -07:00
..
2026-05-07 07:33:46 +00:00
2026-04-12 08:48:56 -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)