Optionaloptions: ODataTraceReporterOptionsLogs worker context when Playwright reports a runtime or fixture-teardown error.
The error Playwright encountered.
OptionalworkerInfo: PramanWorkerInfo
Worker context (Playwright 1.60+); undefined on older versions.
Aggregates OData request trace data from Playwright test attachments.
Remarks
Attach OData trace data in tests using
testInfo.attach('odata-trace', ...), and this reporter will collect and aggregate the data into a JSON report.Example