chore: split context.ts into files (#284)
This commit is contained in:
5
config.d.ts
vendored
5
config.d.ts
vendored
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user