Edit

Troubleshoot issues with Playwright Workspaces reporting

This article provides mitigation steps for errors that might arise when you view the test reports in the test runs page in Playwright Workspaces.

User doesn't have permissions to view the test artifacts present in the storage account

Screenshot to show the no authorization error.

You may not have access to fetch the reporting artifacts from the storage account. Check if you have "Contributor" role to the linked storage account. Learn how to add role assignments to the storage account.

Storage account missing or deleted

Screenshot to show error when storage account deleted.

The storage account may not exist or deleted. Check if the storage account exists before trying again.

Playwright Workspaces reporter not configured

Screenshot to show error when reporting not added.

Reporting artifacts not collected for this test run. You haven't configured the Playwright Workspaces reporter correctly. Learn how to configure the Playwright Workspace reporter.

Reporting disabled in the Playwright Workspace

Screenshot to show error when reporting disabled.

Reporting isn't enabled for this Playwright Workspace. Learn how to enable reporting in your Playwright Workspace.

Trace URL not accessible from the storage account due to CORS error

Screenshot for cors error inside iframe.

The trace viewer url isn't accessible from the storage account. Learn how to allow-list the url in the storage account.