Skip to main content
Version: 1.x

Interface: OTelReporterOptions

Configuration options for the OTel reporter.

Properties

enabled?

readonly optional enabled?: boolean

Enable OTel span emission. Default: true.


endpoint?

readonly optional endpoint?: string

OTLP endpoint URL. Required when enabled.


serviceName?

readonly optional serviceName?: string

OTel service name. Default: 'playwright-praman'.