From 393cabffa6bf2d8d21516e449cbc5fd487cfe634 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:24:08 +0100 Subject: [PATCH] Remove outdated Lighthouse references in FAQ --- docs/app/faq.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/app/faq.mdx b/docs/app/faq.mdx index 8a21effffd..1e34ca4d31 100644 --- a/docs/app/faq.mdx +++ b/docs/app/faq.mdx @@ -1253,10 +1253,7 @@ steps, Cypress adds its own overhead. Thus, the performance numbers you get from Cypress tests are slower than "normal" use. Still, you can access the native `window.performance` object and grab the page time measurements, see the [Evaluate performance metrics](https://github.com/cypress-io/cypress-example-recipes#testing-the-dom) -recipe. You can also -[run Lighthouse audit straight from Cypress](https://www.testingwithmarie.com/post/web-performance-testing-with-google-lighthouse) -via [cypress-audit](https://www.npmjs.com/package/cypress-audit) community -plugin. +recipe. ## Integrations with Other Tools/Frameworks/Libraries