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
I am executing cypress-image-diff-js in parallel, resulting in multiple JSON files. My goal is to create a consolidated cypress-image-diff-html-report using all these JSON files.
Presently, when I run cypress-image-diff-html-report generate, only the latest JSON file is taken into account.
This is an urgent need. Appreciate any assistance here.