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 instrumented our micro-frontend code. But when I am testing it in the shell layer, I am getting error that the the code is not instrumented. The reason which I can think of for this is till the time I navigate to my microfrontend using cy.visit the '@cypress/code-coverage/' plugin already started searching for the global.coverage variable which is not available currently and it only gets set when we visit our microfrontend app.
The text was updated successfully, but these errors were encountered:
Hi,
Apologies If I am lacking any understanding.
I instrumented our micro-frontend code. But when I am testing it in the shell layer, I am getting error that the the code is not instrumented. The reason which I can think of for this is till the time I navigate to my microfrontend using cy.visit the '@cypress/code-coverage/' plugin already started searching for the global.coverage variable which is not available currently and it only gets set when we visit our microfrontend app.
The text was updated successfully, but these errors were encountered: