chore(tests): respect BIDIPATH in browsertype-connect.spec.ts (#34733)

This commit is contained in:
Yury Semikhatsky 2025-02-11 14:03:16 -08:00 committed by GitHub
parent 5a76b17c87
commit 6004865ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -89,10 +89,10 @@ export class RemoteServer implements PlaywrightServer {
args: browserOptions.args,
headless: browserOptions.headless,
channel: browserOptions.channel,
executablePath: browserOptions.executablePath,
handleSIGINT: true,
handleSIGTERM: true,
handleSIGHUP: true,
executablePath: browserOptions.channel ? undefined : browserOptions.executablePath,
logger: undefined,
};
const options = {