AccountProperties interface

Account properties

Properties

dashboardUri

The Playwright testing dashboard URI for the account resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

The status of the last operation. NOTE: This property will not be serialized. It can only be populated by the server.

regionalAffinity

This property sets the connection region for Playwright client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.

reporting

When enabled, this feature allows the workspace to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.

scalableExecution

When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.

Property Details

dashboardUri

The Playwright testing dashboard URI for the account resource. NOTE: This property will not be serialized. It can only be populated by the server.

dashboardUri?: string

Property Value

string

provisioningState

The status of the last operation. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

regionalAffinity

This property sets the connection region for Playwright client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.

regionalAffinity?: string

Property Value

string

reporting

When enabled, this feature allows the workspace to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.

reporting?: string

Property Value

string

scalableExecution

When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.

scalableExecution?: string

Property Value

string