XCTestHTMLReport
XCTestHTMLReport copied to clipboard
In case of Execution interrupted in Mid HTML Report is not generating
Hi
In the case of execution Stop in mid
we are not getting partial reports
I stop execution after running 6 test case out of 12
I am able to open in Xcode and with 6 test case
xctest result

html result

Humm... I think it would be nice to have this fixed.
Possible places to look:
- XCResultKit or Xcode is returning something XCTestHtmlReport doesn't know OR
- XCResultKit is failing at some point and XCTestHTMLReport is not getting the right data to work with.