I am not able to run my Cypress test locally but while running on LambdaTest, I am getting error with the Plugin. How can I bypass this error?

I am not able to run my Cypress test locally but while running on LambdaTest, I am getting error with the Plugin. How can I bypass this error?

Hello Rebecca,

LambdaTest uses a proxy to capture the network logs in a Cypress test. Some plugins throw when data is routed through a proxy. You can pass "network" false in the capabilities and it would resolve the error.