Share via


PlaywrightWorkspaceProperties interface

Playwright workspace resource properties.

Properties

dataplaneUri

The workspace data plane service API URI.

localAuth

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

provisioningState

The status of the last resource operation.

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.

workspaceId

The workspace ID in GUID format.

Property Details

dataplaneUri

The workspace data plane service API URI.

dataplaneUri?: string

Property Value

string

localAuth

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

localAuth?: string

Property Value

string

provisioningState

The status of the last resource operation.

provisioningState?: 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

workspaceId

The workspace ID in GUID format.

workspaceId?: string

Property Value

string