mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
smoke tests - run with snapshots: true for tests that install extensions (#238855)
This commit is contained in:
@@ -27,6 +27,7 @@ export interface LaunchOptions {
|
||||
readonly remote?: boolean;
|
||||
readonly web?: boolean;
|
||||
readonly tracing?: boolean;
|
||||
snapshots?: boolean;
|
||||
readonly headless?: boolean;
|
||||
readonly browser?: 'chromium' | 'webkit' | 'firefox';
|
||||
readonly quality: Quality;
|
||||
|
||||
Reference in New Issue
Block a user