Share via


PlaywrightServiceAdditionalOptions type

Additional options for the service.

type PlaywrightServiceAdditionalOptions = {
  apiVersion?: "2025-07-01-preview"
  credential?: TokenCredential
  exposeNetwork?: string
  os?: OsType
  runId?: string
  runName?: string
  serviceAuthType?: AuthenticationType
  slowMo?: number
  timeout?: number
  useCloudHostedBrowsers?: boolean
}