I am using jest-junit to output the contents of the failed tests into an XML file. I would like to also add a snapshot of the mounted component at time of failure to the contents of the failure. I am open to using something other than jest-junit to achieve this, but I must use jest. Thanks!
Asked
Active
Viewed 208 times