mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: run server with headless shell for connect tests (#33957)
This commit is contained in:
parent
5a1bae0f19
commit
856704a176
@ -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…
x
Reference in New Issue
Block a user