playwright/src/trace
Dmitry Gozman 38ed8de23d
feat(tracing): trace actions (#3825)
- Fill and click actions pass metadata to Progress.
- Progress reports success/failure through instrumentation.
- Tracer consumes ActionResult and ActionMetadata and records them.

Currently, only click and fill actions pass metadata to
contain the size of the change. Everything else should follow.
2020-09-10 21:42:09 -07:00
..
snapshotter.ts feat(tracing): trace actions (#3825) 2020-09-10 21:42:09 -07:00
snapshotterInjected.ts fix(snapshot): properly save textarea content (#3835) 2020-09-10 15:33:39 -07:00
tracer.ts feat(tracing): trace actions (#3825) 2020-09-10 21:42:09 -07:00
traceTypes.ts feat(tracing): trace actions (#3825) 2020-09-10 21:42:09 -07:00
traceViewer.ts feat(tracing): trace actions (#3825) 2020-09-10 21:42:09 -07:00