PlaywrightServiceAdditionalOptions type
Opciones adicionales para el servicio.
type PlaywrightServiceAdditionalOptions = {
credential?: TokenCredential
exposeNetwork?: string
os?: OsType
runId?: string
runName?: string
serviceAuthType?: AuthenticationType
slowMo?: number
timeout?: number
useCloudHostedBrowsers?: boolean
}