chore: run server with headless shell for connect tests
This commit is contained in:
parent
4745f64bc0
commit
b2a904ed57
|
|
@ -92,7 +92,7 @@ export class RemoteServer implements PlaywrightServer {
|
|||
handleSIGINT: true,
|
||||
handleSIGTERM: true,
|
||||
handleSIGHUP: true,
|
||||
executablePath: browserOptions.channel ? undefined : browserOptions.executablePath || browserType.executablePath(),
|
||||
executablePath: browserOptions.channel ? undefined : browserOptions.executablePath,
|
||||
logger: undefined,
|
||||
};
|
||||
const options = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue