mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
tests - allow to run our tests in chrome or msedge (#244969)
This commit is contained in:
@@ -29,7 +29,7 @@ export interface LaunchOptions {
|
||||
readonly tracing?: boolean;
|
||||
snapshots?: boolean;
|
||||
readonly headless?: boolean;
|
||||
readonly browser?: 'chromium' | 'webkit' | 'firefox';
|
||||
readonly browser?: 'chromium' | 'webkit' | 'firefox' | 'chromium-msedge' | 'chromium-chrome';
|
||||
readonly quality: Quality;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user