cypress-web-vitals icon indicating copy to clipboard operation
cypress-web-vitals copied to clipboard

cypress-web-vitals

Results 4 cypress-web-vitals issues
Sort by recently updated
recently updated
newest added

# Issue Cypress web vitals will not work if credentials or special headers needed to visit the site. ```javascript cy.visit({ url: 'https://www.someQaEnvironment.com/', headers: { "Accept-Encoding": "gzip, deflate" }, auth: {...

# Issue Fixes #17 ## Details Allow core web vitals to work on websites that require auth and headers. #### CY.vitals will work with params passed ```javascript cy.vitals({ url: 'https://www.someQaEnvironment.com/',...

# Issue ## Details Placeholder to consider support for the new Interaction to New Paint (INP) web vital. See https://web.dev/inp/. At the time of writing there are a couple of...

enhancement

# Issue Setup: - node version: tested with 16, 18, 20 - cypress-web-vitals version: 4.1.2 ## Details Starting with this example https://github.com/cmorten/cypress-web-vitals/blob/main/examples/13.x/cypress/e2e/journey.cy.js and also creating more complex flows with many...