test(vscode): prevent E2E worker teardown hangs (#13644)

* test(vscode): capture external URLs in E2E runs

* docs(test): clarify browser capture rationale
This commit is contained in:
John Choi
2026-08-27 17:06:47 -07:00
committed by GitHub
parent 9e7c1a3f9a
commit 839074d7c1
@@ -420,6 +420,8 @@ export const e2e = test
TEMP_PROFILE: "true",
E2E_TEST: "true",
CLINE_ENVIRONMENT: "local",
// Prevent OAuth E2E from launching a browser that can outlive VS Code on Linux.
CLINE_CAPTURE_BROWSER: "true",
CLINE_DIR: clineTestDir, // Isolate test data from user's ~/.cline
CLINE_DATA_DIR: clineDataDir, // Keep SDK/shared storage off the user's real Cline data dir
GRPC_RECORDER_FILE_NAME: E2ETestHelper.generateTestFileName(testInfo.title, testInfo.project.name),