playwright/src
Dmitry Gozman 84dc441a9e
feat(trace): record traces when PW_TRACE_DIR is set (#4545)
PW_TRACE_DIR points to a directory that Playwright can
put trace files and resources into.
This does not enable video recording, although it might
in the future.
2020-11-30 15:25:07 -08:00
..
client fix(channels): only send protocol methods to connection (#4493) 2020-11-26 07:33:09 -08:00
debug feat(har): allow saving har for context (#4214) 2020-10-26 14:32:07 -07:00
dispatchers fix(protocol): rename websocket error event to socketerror (#4495) 2020-11-19 12:09:42 -08:00
install fix(lock): nicer lockfile error (#4396) 2020-11-16 06:35:30 -08:00
protocol fix(protocol): rename websocket error event to socketerror (#4495) 2020-11-19 12:09:42 -08:00
remote chore: add websocket connection mode (#4510) 2020-11-20 15:19:39 -08:00
server chore: update WebKit version to 14.1 (#4515) 2020-11-23 16:21:42 -08:00
trace feat(trace): record traces when PW_TRACE_DIR is set (#4545) 2020-11-30 15:25:07 -08:00
utils fix(debug): do not generate source urls for anonymous scripts (#3691) 2020-11-13 14:47:55 -08:00
.eslintrc.js chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
browserServerImpl.ts fix(launchServer): wait for the server to start before taking its address (#4513) 2020-11-23 15:23:31 -08:00
driver.ts feat(har): allow saving har for context (#4214) 2020-10-26 14:32:07 -07:00
inprocess.ts feat(har): allow saving har for context (#4214) 2020-10-26 14:32:07 -07:00
service.ts chore: add websocket connection mode (#4510) 2020-11-20 15:19:39 -08:00