Releases: cmorten/cypress-web-vitals
Releases · cmorten/cypress-web-vitals
2.0.0
1.1.0
1.0.1
1.0.0
0.5.0
0.4.1
What's Changed
- [#4] Cypress 9 and other dependency updates by @msage-godaddy in #5
New Contributors
- @msage-godaddy made their first contribution in #5
Full Changelog: 0.4.0...0.4.1
0.4.0
0.3.0
ChangeLog
[0.3.0] - 26-06-2021
- fix:
visibilityState
changes now simulated through stubbing the document aswindow.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.