QuotaNames type
The enum for quota name.
KnownQuotaNames can be used interchangeably with QuotaNames,
this enum contains the known values that the service supports.
Known values supported by the service
ScalableExecution: The quota details for scalable execution feature. 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.
Reporting: The quota details for reporting feature. When enabled, Playwright client will be able to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.
type QuotaNames = string