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

This commit is contained in:
Yury Semikhatsky 2025-02-11 12:52:20 -08:00
parent 8e51be9069
commit 7c35248b5e

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 = {