You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a test with [Ignore] attribute, it's mentioned in the trx output as outcome="NotExecuted" in the UnitTestResult xml object.
dotnet-trx throws an exception if such case exists in the trx file.
Steps to Reproduce
Tag a test with [Ignore] attribute and use dotnet-trx on it.
[Ignore][TestClass]publicclassYouTestClass{
...
Expected Behavior
Report is fully created
Exception with Stack Trace
Version Info
latest version
The text was updated successfully, but these errors were encountered:
Describe the Bug
If I have a test with [Ignore] attribute, it's mentioned in the trx output as outcome="NotExecuted" in the UnitTestResult xml object.
dotnet-trx throws an exception if such case exists in the trx file.
Steps to Reproduce
Tag a test with [Ignore] attribute and use dotnet-trx on it.
Expected Behavior
Report is fully created
Exception with Stack Trace
Version Info
latest version
The text was updated successfully, but these errors were encountered: