Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 5a411f0

Browse files
authored
Add connectOverCDP to JestPlaywrightProjectConfig
1 parent 362bede commit 5a411f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/global.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ type LaunchType = typeof LAUNCH | typeof SERVER | typeof PERSISTENT
192192

193193
type Options<T> = T & Partial<Record<BrowserType, T>>
194194

195-
export type ConnectOptions = Parameters<GenericBrowser['connect']>[0]
195+
export type ConnectOptions = Parameters<GenericBrowser['connect']>[0] | Parameters<GenericBrowser['connectOverCDP']>[0]
196196

197197
export type ServerOptions = JestProcessManagerOptions & {
198198
teardown?: string

0 commit comments

Comments
 (0)