AccountProperties interface
Account resource properties.
Properties
dashboard |
The Playwright testing dashboard URI for the account resource. |
local |
When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs. |
provisioning |
The status of the last operation. |
regional |
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. |
scalable |
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.
dashboardUri?: string
Property Value
string
localAuth
When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs.
localAuth?: string
Property Value
string
provisioningState
The status of the last operation.
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