You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
I am trying to adjust the threshold value for Niffy but do not see the threshold option described in Nightmare as the Niffy info suggests.
I tried:
niffy = new Niffy(
baseUrl,
testUrl,
{ show: true,
threshold: 0.02}
)
but did not seem to change anything.
Thanks