TRX 到 HTML 使用 TRXER - TimeSpan 的 formatexception 无效字符串

TRX to HTML using TRXER - formatexception invalid string for TimeSpan

我正在使用 link https://github.com/NivNavick/trxer.

中的以下实用程序

当我尝试执行相同的操作以生成报告时出现以下错误。

TrxerConsole.exe unitestresult.trx.trx
Trx File
unitestresult.trx.trx
Loading xslt template...
Loading css...
Loading javascript...
Transforming...
Unhandled Exception: System.FormatException: String was not recognized as a valid TimeSpan.
at System.Globalization.TimeSpanParse.TryParseTimeSpan(String input, TimeSpan StandardStyles style, IFormatProvider formatProvider, TimeSpanResult& result)
at System.Globalization.TimeSpanParse.Parse(String input, IFormatProvider for matProvider)
at System.TimeSpan.Parse(String s)
at System.Xml.Xsl.CompiledQuery.Script1.ToExactTimeDefinition(String duration )
at System.Xml.Xsl.CompiledQuery.Query.(XmlQuery Runtime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schem as-microsoft-com:xslt-debug}current, Double {urn:schemas-microsoft-com:xslt-debu g}position, Double {urn:schemas-microsoft-com:xslt-debug}last, IList1 {urn:sche mas-microsoft-com:xslt-debug}namespaces, IList1 testId, IList`1 testDescription )
at System.Xml.Xsl.CompiledQuery.Query.

如果有人遇到过类似的问题,请告诉我如何解决这个问题。

谢谢
穆拉利

我已经解决了这个问题。 Trxer 工具提供的 XSLT 中的 API 之一返回的字符串格式存在一些问题。我已经在 trxer git hub.Please 中更新了相同的内容,请参阅下面的 link 进行修复。

https://github.com/NivNavick/trxer/pull/17/files