-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin returns error timed out #184
Comments
Get the same error on all my tests when the user is logged in. |
I noticed that this error appears in the open mode in case I switch between the window that lighthouse opened and the regular view of the test runner. |
Same issue, both |
@kevinblanco @marijana-rukavina : I am also facing the same issue and suspecting its due to no new package version post v1.3.1 has been released. @mfrachet : Can you help to publish the new version v1.3.2 with all latest changes ? |
v1.4.2 is released. Is this issue still happening? |
@mfrachet I am not able to check it at the moment. As soon as things work out for me, I will check it. Sorry for that |
@mfrachet Yes this issue is happening even with v1.4.2 |
I have found solution for this. Just add taskTimeout: 180000 to your cypress.config.js |
What does not work?
I did everything as described in the documentation but when I visit the website homepage I get this:
How to reproduce?
It is a customer project, so I cannot reveal the details
Expected behavior
It should work as described in the docs.
Screenshots / Animated Gifs
Environment (please complete the following information):
Additional info
I am using Typescript with Cypress, but I named my spec files as js otherwise the command
lighthouse
was not recognizedCan you please help? I am not sure what am I missing here
The text was updated successfully, but these errors were encountered: