mirror of
https://github.com/cline/cline.git
synced 2026-08-28 19:48:08 +08:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user