smoke tests - run with snapshots: true for tests that install extensions (#238855)

This commit is contained in:
Benjamin Pasero
2025-01-27 17:30:59 +01:00
committed by GitHub
parent d863046088
commit 5e667f741b
5 changed files with 14 additions and 6 deletions

View File

@@ -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;