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