Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/app/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading