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
server: Allow --debug mode to reload the browser window
To ease debugging, allow the landing page to be loaded multiple times.
Normally, to catch mistakes and bugs, we do not permit this since we
would have anywhere to report on a second or third run of test results
from the same clientId, since we will have closed that stream and
finished the report on that client already.
returnthis.serveError(resp,403,'HTTP 403: QTap browser_unknown_clientId.\n\nThis clientId was likely already served and cannot be repeated. Run qtap with --debug to bypass this restriction.');
476
483
}
477
484
478
-
browser.logger.debug('browser_connected',`${browser.getDisplayName()} connected! Serving test file.`);
0 commit comments