chore(tests): respect BIDIPATH in browsertype-connect.spec.ts (#34733)
This commit is contained in:
parent
5a76b17c87
commit
6004865ee5
|
@ -89,10 +89,10 @@ export class RemoteServer implements PlaywrightServer {
|
||||||
args: browserOptions.args,
|
args: browserOptions.args,
|
||||||
headless: browserOptions.headless,
|
headless: browserOptions.headless,
|
||||||
channel: browserOptions.channel,
|
channel: browserOptions.channel,
|
||||||
|
executablePath: browserOptions.executablePath,
|
||||||
handleSIGINT: true,
|
handleSIGINT: true,
|
||||||
handleSIGTERM: true,
|
handleSIGTERM: true,
|
||||||
handleSIGHUP: true,
|
handleSIGHUP: true,
|
||||||
executablePath: browserOptions.channel ? undefined : browserOptions.executablePath,
|
|
||||||
logger: undefined,
|
logger: undefined,
|
||||||
};
|
};
|
||||||
const options = {
|
const options = {
|
||||||
|
|
Loading…
Reference in New Issue