PlaywrightServiceAdditionalOptions type

Další možnosti pro službu.

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
}