XCTestHTMLReport icon indicating copy to clipboard operation
XCTestHTMLReport copied to clipboard

In case of Execution interrupted in Mid HTML Report is not generating

Open bikee1235 opened this issue 5 years ago • 1 comments

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 Screen Shot 2020-10-15 at 10 44 42 AM

html result Screen Shot 2020-10-15 at 11 41 38 AM

bikee1235 avatar Oct 15 '20 06:10 bikee1235

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.

nacho4d avatar Sep 28 '21 14:09 nacho4d