wp-cli-tests icon indicating copy to clipboard operation
wp-cli-tests copied to clipboard

Improve Behat output to include diffs on failed comparisons

Open schlessera opened this issue 7 years ago • 1 comments

When Behat compares two elements and finds them to not match, it would be helpful for debugging purposes to have a diff available that shows the exact difference between the two elements, like in this example output:

image 2018-08-16 at 9 21 38 am

The SebastianBergmann\Diff\Differ class is available and can be used for that.

schlessera avatar Aug 16 '18 07:08 schlessera