🆙 playwright & set trace names (#138539)

This commit is contained in:
Benjamin Pasero
2021-12-06 19:42:05 +01:00
committed by GitHub
parent 32c2b3d4ff
commit 13c0ed811e
6 changed files with 41 additions and 19 deletions

View File

@@ -27,6 +27,8 @@ export interface SpawnOptions {
web?: boolean;
headless?: boolean;
browser?: 'chromium' | 'webkit' | 'firefox';
suiteTitle?: string;
testTitle?: string;
}
let stopped = false;