We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What does not work? When running on a Jenkins pipeline, the result score is always 0, locally it works perfectly fine:
0
Failing pipeline on Jenkins:
�cy:command ✔ uncaught exception TypeError: Cannot read properties of null (reading 'contentWindow') �cy:command ✔ url �cy:log ⓘ � -------- cy.lighthouse -------- �cy:command ✔ task lighthouse, Object{4} �cy:log ⓘ �----------------------------- �cy:command ✔ wrap performance record is 0 and is under the 85 threshold �cy:command ✘ �then function(){}
"Running" pipeline locally:
�cy:command ✔ uncaught exception TypeError: Cannot read properties of null (reading 'contentWindow') �cy:command ✔ url �cy:log ⓘ � -------- cy.lighthouse -------- �cy:command ✔ task lighthouse, Object{4} �cy:log ⓘ �----------------------------- �cy:command ✔ wrap performance record is 81 and is under the 85 threshold �cy:command ✘ �then function(){}
As you can see, the log is identical except for the actual score.
Expected behavior The scores are the same when running the test suite, they should not drop to 0 when running on the pipeline.
Environment (please complete the following information):
MacOS
Amazon Linux
"cypress": "^13.6.6",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What does not work?
When running on a Jenkins pipeline, the result score is always
0
, locally it works perfectly fine:Failing pipeline on Jenkins:
"Running" pipeline locally:
As you can see, the log is identical except for the actual score.
Expected behavior
The scores are the same when running the test suite, they should not drop to
0
when running on the pipeline.Environment (please complete the following information):
MacOS
:: Pipeline:Amazon Linux
"cypress": "^13.6.6",
The text was updated successfully, but these errors were encountered: