mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-01 05:04:59 +01:00
05642a313f
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.
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: