mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-29 10:56:24 +01:00
f3176866ad
Move `requestfailed` (context + page) and console error/warning logging out of the `--verbose` block in the Playwright browser driver so they are always captured. Without this, a stalled or aborted module fetch during web workbench bootstrap can prevent `.monaco-workbench` from rendering without producing a page error, crash or HTTP error response, leaving the failure (a 20s timeout) impossible to root cause from CI logs. The chatty lifecycle events stay gated behind `--verbose`. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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: