I am using Pickles 2.21.0.0 and am puzzled that the tests in the HTML report show up as inconclusive even though their status in the XML file (nunit3) are all Passed. The XML file was generated by "dotnet test" command (3.1.402) with "--logger:nunit" option.
Pickles appears to have no issue generating reports on nunit3 XML produced by nunit3-console.exe on my .NET Framework tests.
I am using Pickles 2.21.0.0 and am puzzled that the tests in the HTML report show up as inconclusive even though their status in the XML file (nunit3) are all Passed. The XML file was generated by "dotnet test" command (3.1.402) with "--logger:nunit" option.
Pickles appears to have no issue generating reports on nunit3 XML produced by nunit3-console.exe on my .NET Framework tests.
I found a related issue (https://github.com/picklesdoc/pickles/issues/499) and tried some of the suggestions there with no avail.
I have attached the XML file, feature source and the generated HTML report.
Pickles.zip