cmorten / cypress-web-vitals

cypress-web-vitals
MIT License
21 stars 6 forks source link

[#21] FID option improvements #23

Closed cmorten closed 1 year ago

cmorten commented 1 year ago

Issue

Fixes #21.

Details

Removes hardcoded elements to be clicked, instead relying only on the provided selector(s) or the body element if none are provided.

Minor additive change for the new firstInputSelector interface. Technically a breaking change for anyone relying on the fact the main, nav, etc. were being clicked before.

CheckList