playwright/packages/playwright-core/src/server/dispatchers
Dmitry Gozman 37d1659508
feat(connect): support special headers for debug/attachments (#22106)
`x-playwright-debug-log: value` headers are printed to `pw:browser`
debug log.
`x-playwright-attachment: name=value` headers are attached to each test.

Fixes #21619.
2023-03-31 08:57:07 -07:00
..
androidDispatcher.ts feat(android): add AndroidDevice.close event (#18306) 2022-10-25 18:18:14 -07:00
artifactDispatcher.ts chore: conditionally dispatch network events (#18687) 2022-11-09 21:10:57 -08:00
browserContextDispatcher.ts feat: BrowserContext.on('dialog') (#22033) 2023-03-28 13:15:55 -07:00
browserDispatcher.ts fix(inspector): support custom test id attribute (#18996) 2022-11-29 11:43:47 -08:00
browserTypeDispatcher.ts chore: move connect utility into localUtils (#17590) 2022-09-27 13:05:06 -07:00
cdpSessionDispatcher.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
consoleMessageDispatcher.ts feat: BrowserContext.on('dialog') (#22033) 2023-03-28 13:15:55 -07:00
debugControllerDispatcher.ts chore(watch): allow toggling browser (#20738) 2023-02-08 08:36:02 -08:00
DEPS.list chore: make bundles typed (#13620) 2022-04-18 17:50:25 -07:00
dialogDispatcher.ts feat: BrowserContext.on('dialog') (#22033) 2023-03-28 13:15:55 -07:00
dispatcher.ts chore: sort tracing actions by wall time (#21839) 2023-03-21 10:03:49 -07:00
electronDispatcher.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
elementHandlerDispatcher.ts chore: conditionally dispatch network events (#18687) 2022-11-09 21:10:57 -08:00
frameDispatcher.ts chore: drop locator.viewportRatio() method (#20131) 2023-01-19 08:46:45 -08:00
jsHandleDispatcher.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
jsonPipeDispatcher.ts chore: move connect utility into localUtils (#17590) 2022-09-27 13:05:06 -07:00
localUtilsDispatcher.ts feat(connect): support special headers for debug/attachments (#22106) 2023-03-31 08:57:07 -07:00
networkDispatchers.ts chore: explicitly send route's requestUrl for tracing (#21940) 2023-03-23 14:57:03 -07:00
pageDispatcher.ts feat: BrowserContext.on('dialog') (#22033) 2023-03-28 13:15:55 -07:00
playwrightDispatcher.ts chore: use client wall time in traces (#21163) 2023-02-23 14:37:53 -08:00
selectorsDispatcher.ts chore: use client wall time in traces (#21163) 2023-02-23 14:37:53 -08:00
streamDispatcher.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
tracingDispatcher.ts chore: make stacks rendering live in ui mode (#21728) 2023-03-16 18:17:07 -07:00
writableStreamDispatcher.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00