smoke - try to fix terminal tests and partition logs path per suite

This commit is contained in:
Benjamin Pasero
2022-04-09 13:38:39 +02:00
parent 5ce840053d
commit d9db5d10ec
6 changed files with 45 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ export interface LaunchOptions {
userDataDir: string;
readonly extensionsPath: string;
readonly logger: Logger;
readonly logsPath: string;
logsPath: string;
readonly verbose?: boolean;
readonly extraArgs?: string[];
readonly remote?: boolean;