Skip to content
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

Open
marijana-rukavina opened this issue Sep 22, 2022 · 8 comments
Open

Plugin returns error timed out #184

marijana-rukavina opened this issue Sep 22, 2022 · 8 comments
Labels
bug Something isn't working

Comments

@marijana-rukavina
Copy link

marijana-rukavina commented Sep 22, 2022

What does not work?
I did everything as described in the documentation but when I visit the website homepage I get this:
image

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
image

Environment (please complete the following information):

  • OS: Windows 10
  • Chrome version: 105
  • Cypress version: 9.7.0

Additional info
I am using Typescript with Cypress, but I named my spec files as js otherwise the command lighthouse was not recognized

Can you please help? I am not sure what am I missing here

@marijana-rukavina marijana-rukavina added the bug Something isn't working label Sep 22, 2022
@GeorgeXCV
Copy link

Get the same error on all my tests when the user is logged in.

@marijana-rukavina
Copy link
Author

marijana-rukavina commented Sep 28, 2022

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.
Haven't tried it yet with the run command.

@kevinblanco
Copy link

Same issue, both open and run commands, any solution ?

@rishjaiswal
Copy link

@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.
Currently multiple changes are missing like for this issue , below fix of typing can be potential solution : 084d46d

@mfrachet : Can you help to publish the new version v1.3.2 with all latest changes ?

@mfrachet
Copy link
Owner

v1.4.2 is released. Is this issue still happening?

@marijana-rukavina
Copy link
Author

@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

@StefanTegeltija
Copy link

@mfrachet Yes this issue is happening even with v1.4.2
"@cypress-audit/lighthouse": "^1.4.2",
"@cypress-audit/pa11y": "^1.4.2",

@StefanTegeltija
Copy link

I have found solution for this. Just add taskTimeout: 180000 to your cypress.config.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants