cypress-web-vitals

cypress-web-vitals

MIT License

Downloads
36.4K
Stars
21
Committers
6

Bot releases are hidden (Show)

cypress-web-vitals - 4.1.2 Latest Release

Published by cmorten 10 months ago

cypress-web-vitals - 4.1.1

Published by cmorten 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/4.1.0...4.1.1

cypress-web-vitals - 4.1.0

Published by cmorten about 1 year ago

What's Changed

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/4.0.1...4.1.0

cypress-web-vitals - 4.0.1

Published by cmorten about 1 year ago

What's Changed

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/4.0.0...4.0.1

cypress-web-vitals - 4.0.0

Published by cmorten about 1 year ago

What's Changed

Now exporting two new commands:

  • cy.startVitalsCapture()
  • cy.reportVitals()

These are designed to be used together along with consumer's own Cypress code for recording vitals for custom user journeys.

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/3.0.0...4.0.0

cypress-web-vitals - 3.0.0

Published by cmorten over 1 year ago

What's Changed

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/2.2.1...3.0.0

cypress-web-vitals - 2.2.1

Published by cmorten over 1 year ago

cypress-web-vitals - 2.2.0

Published by cmorten over 1 year ago

What's Changed

  • [#19] Missing LCP by @cmorten in https://github.com/cmorten/cypress-web-vitals/pull/20
    • feat: upgrade web-vitals
    • feat: update to Node 18
    • chore: update development dependencies
    • chore: update CI actions
    • test: run CI against 12.x
    • fix: don't interact with the page until load event otherwise LCP metrics don't get reported

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/2.1.0...2.2.0

cypress-web-vitals - 2.1.0

Published by cmorten about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/2.0.0...2.1.0

cypress-web-vitals - 2.0.0

Published by cmorten over 2 years ago

cypress-web-vitals - 1.1.0

Published by cmorten over 2 years ago

What's Changed

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/1.0.1...1.1.0

cypress-web-vitals - 1.0.1

Published by cmorten over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/1.0.0...1.0.1

cypress-web-vitals - 1.0.0

Published by cmorten over 2 years ago

What's Changed

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/0.5.0...1.0.0

cypress-web-vitals - 0.5.0

Published by cmorten over 2 years ago

What's Changed

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/0.4.1...0.5.0

cypress-web-vitals - 0.4.1

Published by cmorten over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cmorten/cypress-web-vitals/compare/0.4.0...0.4.1

cypress-web-vitals - 0.4.0

Published by cmorten almost 3 years ago

ChangeLog

[0.4.0] - 02-11-2021

  • [#1] bug: fix script injection when head tag has whitespace or attributes (#2) @jonthemiller
  • feat: vitalsReportedTimeout config (#3)
cypress-web-vitals - 0.3.0

Published by cmorten over 3 years ago

ChangeLog

[0.3.0] - 26-06-2021

  • fix: visibilityState changes now simulated through stubbing the document as window.open() does not work with headless Cypress.
  • docs: added section to readme on how the command works internally.
  • feat: now wait for page load to allow LCP and CLS to change and settle.
  • feat: now attempt to wait for all desired web-vitals to have been reported before calculating the results.
cypress-web-vitals - 0.2.0

Published by cmorten over 3 years ago

ChangeLog

[0.2.0] - 26-06-2021

  • ci: fix .npmignore.
cypress-web-vitals - 0.1.0

Published by cmorten over 3 years ago

ChangeLog

[0.1.0] - 26-06-2021

  • Initial release.