chore: split context.ts into files (#284)

This commit is contained in:
Pavel Feldman
2025-04-28 16:14:16 -07:00
committed by GitHub
parent 26779ceb20
commit 6e76d5e550
10 changed files with 344 additions and 289 deletions

5
config.d.ts vendored
View File

@@ -45,6 +45,11 @@ export type Config = {
* Chrome DevTools Protocol endpoint to connect to an existing browser instance in case of Chromium family browsers.
*/
cdpEndpoint?: string;
/**
* Remote endpoint to connect to an existing Playwright server.
*/
remoteEndpoint?: string;
},
server?: {