You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to see in the library?
We are currently looking to test with lighthouse a modal contained with a page, IE page has to load and an action is taken to expose the modal. Currently if we run cy.lighthouse() the page is reloaded and that modal is lost. I noticed that lighthouse had this (https://web.dev/lighthouse-user-flows/#snapshots) which currently works with puppeteer.
Why?
With applications that have different snippets of code (micro services) coming from different areas it would be benefit to capture that user-flow with lighthouse and not just the first page load of a given application.
What would you like to see in the library?
We are currently looking to test with lighthouse a modal contained with a page, IE page has to load and an action is taken to expose the modal. Currently if we run cy.lighthouse() the page is reloaded and that modal is lost. I noticed that lighthouse had this (https://web.dev/lighthouse-user-flows/#snapshots) which currently works with puppeteer.
Why?
With applications that have different snippets of code (micro services) coming from different areas it would be benefit to capture that user-flow with lighthouse and not just the first page load of a given application.
Any other information that may help understanding the need
https://web.dev/lighthouse-user-flows/#snapshots
https://github.com/GoogleChrome/lighthouse/blob/main/docs/user-flows.md
The text was updated successfully, but these errors were encountered: