You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internalstaticreadonlystrings_fORBIDDEN_403_ERROR_MESSAGE="Reporting is not enabled for your workspace {workspaceId}. Enable the Reporting feature under Feature management settings using the Playwright portal: https://playwright.microsoft.com/workspaces/{workspaceId}/settings/general";
251
+
internalstaticreadonlystrings_fORBIDDEN_403_ERROR_MESSAGE=@"You do not have the required permissions to upload test results. This could be because
252
+
253
+
a. Reporting is not enabled for your workspace {workspaceId}. Enable the Reporting feature under Feature management settings using the Playwright portal: https://playwright.microsoft.com/workspaces/{workspaceId}/settings/general
254
+
b. You do not have the required roles on the workspace. Only Owner and Contributor roles can upload test results. Contact the service administrator.
255
+
c. The workspace you are trying to run the tests on is in a different Azure tenant than what you are signed into. Check the tenant id from Azure portal (https://aka.ms/mpt/find-tenant-id) and login using the command 'az login --tenant <TENANT_ID>.
0 commit comments