output xml does not contain failed tests if jest.retryTimes was used #157
Open
Description
Hello,
I am facing a very strange issue which I cannot get hang of.
I am using jest.retryTimes to rerun failed tests, but in doing so, I noticed, that the output xml file does not contain tests which failed even after retry. I can see in it default ouput, but not in the xml. Am I missing some settings of these two (retry and jest-junit) does not match well?
Thank you in advance!
Activity