Hello, I can’t generate html report in linux container. Its possible to generate only trx report
dotnet vstest AutomaticTests.dll /Tests:SolutionFinderUpdated_ClearAll /ResultsDirectory:"./" /Logger:"trx"
But if I change Logger:“trx” to Logger:“html” I got this error:
Could not find a test logger with AssemblyQualifiedName, URI or FriendlyName 'html'.
Above command works on my system but not inside docker