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
We should have a fallback engine that doesn't depend on having any external tool. The simplest way would be to use something like FileUtils.identical?(expected, actual). It can be very similar to the BinaryDiff one, or even replace it.
The text was updated successfully, but these errors were encountered:
Related to #4.
We should have a fallback engine that doesn't depend on having any external tool. The simplest way would be to use something like
FileUtils.identical?(expected, actual)
. It can be very similar to theBinaryDiff
one, or even replace it.The text was updated successfully, but these errors were encountered: