Revisit screenshot handling
timsuchanek opened this issue · 2 comments
timsuchanek commented
Currently we're uploading to our own Graphcool project - maybe we just want to return the b64 string so people can save it with fs.writeFile
on their own
dmitrika commented
I found out, that I would like to have an option to get base64 fron .screenshot()
For example https://github.com/americanexpress/jest-image-snapshot image snapshot could get base64 instance. But now I have to revert from file to base...
What do you think about additional option for base64?
adieuadieu commented
@dmitrika could you open a new feature request explaining your use case?