-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Description
Issue
In the FAQ Can Cypress be used for performance testing? in the sentence:
You can also run Lighthouse audit straight from Cypress via cypress-audit community plugin.
-
The link https://www.testingwithmarie.com/post/web-performance-testing-with-google-lighthouse produces a 404 error.
-
The plugin cypress-audit has been replaced, according to the documentation on https://mfrachet.github.io/cypress-audit/, which now recommends using:
- @cypress-audit/lighthouse - performance tool
- @cypress-audit/pa11y - accessibility audit tool
Suggestion
Review and update or remove the sentence in Can Cypress be used for performance testing? concerning Lighthouse audits.
Also consider the status of the outdated entry for cypress-audit in the Plugins list - Development tools section.