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
Hey @NimaSoroush ,
I'm using differencify for a year now and now I'm looking to extend the library even more
My issue is that I don't want to append incrementing indexes to uniquely generated names for the snapshots.
My whole idea is to rerun a single test from an array of tests ( which were generated a few days back), but the thing is that Differencify doesn't take the already generated snapshot as a base one, but generates a new one.
Could you please advice how can I remove the default indexing of the snapshots' naming?