skyweb07 / Snap.swift

Snapshot testing in a snap 🎨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write failing test images to file.

niilohlin opened this issue · comments

Or at least output the offending test image somewhere.

Hey @niilohlin, actually the library is showing the diff image and the errored one, you can see it in the Xcode report

screen shot 2017-11-28 at 21 39 24

I avoided the writing to the file cause it's not a necessary file if you have Xcode, do you need the output file in any case?

thanks!

I intended to use the offending file in our CI environment.

mmm yeah, for CI make sense, I'll add that image to the output files then