playwright/src/protocol
Dmitry Gozman 9ab60f66bf
feat(tracing): allow calling tracing.start multiple times (#7992)
Subsequent invocations reset the trace. This removes the `tracing._reset` method.

Also fixed a bug where BASE element was not reset properly.
Also fixed a bug where tracing would affect the result of protocol call
by setting `callMetadata.error` property.
2021-08-04 21:11:35 -07:00
..
callMetadata.ts feat(trace-viewer): add nicer params rendering (#7448) 2021-07-02 16:45:09 -07:00
channels.ts feat(tracing): allow calling tracing.start multiple times (#7992) 2021-08-04 21:11:35 -07:00
protocol.yml feat(tracing): allow calling tracing.start multiple times (#7992) 2021-08-04 21:11:35 -07:00
serializers.ts fix: Jest isError handling to work with TypeError (#7251) 2021-06-21 21:48:24 +02:00
transport.ts fix(driver): stop sending protocol messages after disconnect (#4688) 2020-12-16 14:21:59 -08:00
validator.ts feat(tracing): allow calling tracing.start multiple times (#7992) 2021-08-04 21:11:35 -07:00
validatorPrimitives.ts chore: revert isDevMode into isUnderTest (#3785) 2020-09-06 21:36:22 -07:00