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
It's not always possible to fix all data in a system when integration testing. In my case the SUT generates datetimes and Uids that I can't control.
Verify (a .NET snapshot testing library) has support for so called 'scrubbers' that scrub the received test output before comparing it to the accepted snapshot. Also, the scrubbed output is saved in the snapshot.
Does this library support something similar? If not, are there any plans to add support?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It's not always possible to fix all data in a system when integration testing. In my case the SUT generates datetimes and Uids that I can't control.
Verify (a .NET snapshot testing library) has support for so called 'scrubbers' that scrub the received test output before comparing it to the accepted snapshot. Also, the scrubbed output is saved in the snapshot.
Does this library support something similar? If not, are there any plans to add support?
Beta Was this translation helpful? Give feedback.
All reactions