Share via


PlaywrightWorkspaceUpdateProperties interface

The updatable properties of the PlaywrightWorkspace.

Properties

localAuth

Enables the workspace to use local authentication through service access tokens for operations.

regionalAffinity

Controls the connection region for client workers to cloud-hosted browsers. When enabled, workers connect to browsers in the closest Azure region for lower latency. When disabled, workers connect to browsers in the Azure region where the workspace was created.

reporting

Indicates whether reporting is enabled for the workspace. When set to true, reports will be generated and available for the workspace.

storageUri

The URI of the Azure storage account used to store workspace artifacts, test results, and reports.

Property Details

localAuth

Enables the workspace to use local authentication through service access tokens for operations.

localAuth?: string

Property Value

string

regionalAffinity

Controls the connection region for client workers to cloud-hosted browsers. When enabled, workers connect to browsers in the closest Azure region for lower latency. When disabled, workers connect to browsers in the Azure region where the workspace was created.

regionalAffinity?: string

Property Value

string

reporting

Indicates whether reporting is enabled for the workspace. When set to true, reports will be generated and available for the workspace.

reporting?: string

Property Value

string

storageUri

The URI of the Azure storage account used to store workspace artifacts, test results, and reports.

storageUri?: string

Property Value

string