Skip to content

Releases: cmorten/cypress-web-vitals

2.0.0

01 Jul 20:36
7b2d456
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...2.0.0

1.1.0

12 Apr 20:56
63b165b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1

06 Apr 18:02
bdef182
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

02 Apr 11:29
ec6b438
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...1.0.0

0.5.0

31 Mar 22:36
789d69d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.5.0

0.4.1

31 Mar 17:23
df06682
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

02 Nov 23:16
94e39d8
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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)

0.3.0

26 Jun 22:12
38852c5
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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.

0.2.0

26 Jun 17:25
5e89502
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

ChangeLog

[0.2.0] - 26-06-2021

  • ci: fix .npmignore.

0.1.0

26 Jun 16:50
8c1ca0c
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

ChangeLog

[0.1.0] - 26-06-2021

  • Initial release.