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
thrownewError('Could not load trace. Did you upload a Playwright HTML report instead? Make sure to extract the archive first and then double-click the index.html file or put it on a web server.');
119
120
if(errorinstanceofTraceVersionError)
120
121
thrownewError(`Could not load trace from${traceUrl}.${error.message}`);
121
-
thrownewError(`Could not load trace from${traceUrl}. Make sure a valid Playwright Trace is accessible over this url.`);
122
+
123
+
letmessage=`Could not load trace from${traceUrl}. Make sure a valid Playwright Trace is accessible over this url.`;
message+=`\n\nIf your trace is in a local or private network, please grant permission for Local Network Access.`;// workbenchLoader.tsx opens the prompt when it sees this message.