NimaSoroush / differencify

Differencify is a library for visual regression testing
MIT License
634 stars 46 forks source link

Replace previous testId suffix #91

Open cmcculloh-kr opened 6 years ago

cmcculloh-kr commented 6 years ago

Instead of continually appending new suffixes, replace the previous testId suffix with a new one.

Uses a . instead of a space so that we aren't introducing spaces into filenames where the user may not want them.

NimaSoroush commented 6 years ago

Hi @cormacmccarthy, Thanks for putting this PR. I believe this will break some unit-tests and some integration-tests. Did you run them locally?