mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
🆙 playwright & set trace names (#138539)
This commit is contained in:
@@ -27,6 +27,8 @@ export interface SpawnOptions {
|
||||
web?: boolean;
|
||||
headless?: boolean;
|
||||
browser?: 'chromium' | 'webkit' | 'firefox';
|
||||
suiteTitle?: string;
|
||||
testTitle?: string;
|
||||
}
|
||||
|
||||
let stopped = false;
|
||||
|
||||
Reference in New Issue
Block a user