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
I'm using vscode-extension-tester to add some functional coverage to an extension that contains several webviews. Recently we have started to see some test failures in our CI pipeline that we aren't able to reproduce locally. It would be useful to be able to dump all the console logs produced by every iframe to a file to understand what's the root cause of the issue.
I've tried the following code snippet but it returns the extension host logs, which aren't very helpful when debugging issues in the iframes.
I'm using
vscode-extension-tester
to add some functional coverage to an extension that contains several webviews. Recently we have started to see some test failures in our CI pipeline that we aren't able to reproduce locally. It would be useful to be able to dump all the console logs produced by every iframe to a file to understand what's the root cause of the issue.I've tried the following code snippet but it returns the extension host logs, which aren't very helpful when debugging issues in the iframes.
The text was updated successfully, but these errors were encountered: